Home
last modified time | relevance | path

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

/netbsd/sys/dev/pci/
H A Dppb.c324 if (((slcsr & PCIE_SLCSR_PDS) == 0) in ppbattach()
573 if (reg & PCIE_SLCSR_PDS) { in ppb_intr()
H A Dpcireg.h1124 #define PCIE_SLCSR_PDS __BIT(6 + 16) /* Presence Detect State */ macro
H A Dpci_subr.c2210 onoff("Card Present in slot", reg, PCIE_SLCSR_PDS); in pci_conf_print_pcie_cap()