Searched refs:slcap (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dppb.c280 pcireg_t slcap, slcsr, val; local
294 slcap = pci_conf_read(pc, pa->pa_tag,
296 if (slcap & PCIE_SLCAP_ABP)
298 if (slcap & PCIE_SLCAP_PCP)
300 if (slcap & PCIE_SLCAP_MSP)
308 if ((slcap & PCIE_SLCAP_NCCS) == 0)
312 if (slcap & PCIE_SLCAP_AIP) {
317 if (slcap & PCIE_SLCAP_PIP) {
326 || (((slcap & PCIE_SLCAP_MSP) != 0)
H A Dpci_subr.c2123 pcireg_t slcap; local
2126 slcap = reg = regs[o2i(capoff + PCIE_SLCAP)];
2159 if (slcap & PCIE_SLCAP_AIP) {
2176 if (slcap & PCIE_SLCAP_PIP) {

Completed in 143 milliseconds