INO_MASK
#define SYSINO_TO_DEVINO(sysino) (sysino & INO_MASK)
(((portid) << INO_BITS) | ((devino) & INO_MASK))