Home
last modified time | relevance | path

Searched refs:PCMU_INO_BITS (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcmu_ib.h96 #define PCMU_INO_BITS 6 /* INO#s are 6 bits long */ macro
128 #define PCMU_IB_IGN_TO_MONDO(ign, ino) (((ign) << PCMU_INO_BITS) | (ino))
H A Dpcmu_cb.h62 ((pcb_p)->pcb_ign << PCMU_INO_BITS | (ino))
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c1434 mondo = ((pcmu_p->pcmu_cb_p->pcb_ign << PCMU_INO_BITS) | in pcmu_ecc_add_intr()
1450 mondo = ((pcmu_p->pcmu_cb_p->pcb_ign << PCMU_INO_BITS) | in pcmu_ecc_rem_intr()