Home
last modified time | relevance | path

Searched refs:IB_IS_OBIO_INO (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h182 #define IB_IS_OBIO_INO(ino) (ino & 0x20) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c449 if (!IB_IS_OBIO_INO(ino)) { in ib_ino_map_reg_share()
462 ASSERT(IB_IS_OBIO_INO(ino) || ino_p->ino_slot_no < 8); in ib_ino_map_reg_unshare()
464 if (IB_IS_OBIO_INO(ino)) in ib_ino_map_reg_unshare()
H A Dpci_ib.c508 #define IB_INO_TO_SLOT(ino) (IB_IS_OBIO_INO(ino) ? 0xff : ((ino) & 0x1f) >> 2)