Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcisch.c1072 uint64_t matchreg; in pci_sc_ctx_inv() local
1080 matchreg = *reg_addr; /* re-fetch after 1st flush */ in pci_sc_ctx_inv()
1081 if (!matchreg) in pci_sc_ctx_inv()
1084 matchreg = (matchreg << SC_ENT_SHIFT) >> SC_ENT_SHIFT; /* low 16-bit */ in pci_sc_ctx_inv()
1086 if (matchreg & 1) in pci_sc_ctx_inv()
1088 matchreg >>= 1; in pci_sc_ctx_inv()
1089 } while (matchreg); in pci_sc_ctx_inv()