Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h135 #define PCIY_PMG 0x01 /* PCI Power Management */ macro
H A Dpci.c925 case PCIY_PMG: /* PCI power management */ in pci_read_cap()
/freebsd/usr.sbin/pciconf/
H A Dcap.c901 case PCIY_PMG: in ecap_sernum()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h628 #define PCI_CAP_ID_PM PCIY_PMG
/freebsd/sys/dev/bxe/
H A Dbxe.c13193 if (pci_find_cap(sc->dev, PCIY_PMG, &reg) == 0) { in bxe_probe_pci_caps()