Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h570 #define PCIM_PSTAT_DMASK 0x0003 macro
H A Dpci.c2824 & ~PCIM_PSTAT_DMASK; in pci_set_powerstate_method()
2866 switch (status & PCIM_PSTAT_DMASK) { in pci_get_powerstate_method()
3001 status & PCIM_PSTAT_DMASK); in pci_print_verbose()
/freebsd/usr.sbin/pciconf/
H A Dcap.c61 status & PCIM_PSTAT_DMASK); in cap_power()
/freebsd/sys/dev/bxe/
H A Dbxe.c10595 ((pmcsr & ~PCIM_PSTAT_DMASK) | PCIM_PSTAT_PME), 2); in bxe_set_power_state()
10597 if (pmcsr & PCIM_PSTAT_DMASK) { in bxe_set_power_state()
10612 pmcsr &= ~PCIM_PSTAT_DMASK; in bxe_set_power_state()