Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/pci/
HDpcireg.h570 #define PCIM_PSTAT_DMASK 0x0003 macro
HDpci.c2872 PCIR_POWER_STATUS, 2) & ~PCIM_PSTAT_DMASK; in pci_set_powerstate_method()
2916 switch (status & PCIM_PSTAT_DMASK) { in pci_get_powerstate_method()
3096 status & PCIM_PSTAT_DMASK); in pci_print_verbose()
/freebsd-head/usr.sbin/pciconf/
HDcap.c61 status & PCIM_PSTAT_DMASK); in cap_power()
/freebsd-head/sys/dev/bxe/
HDbxe.c10586 ((pmcsr & ~PCIM_PSTAT_DMASK) | PCIM_PSTAT_PME), 2); in bxe_set_power_state()
10588 if (pmcsr & PCIM_PSTAT_DMASK) { in bxe_set_power_state()
10603 pmcsr &= ~PCIM_PSTAT_DMASK; in bxe_set_power_state()