Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pci/
H A Dpcireg.h569 #define PCIM_PSTAT_DMASK 0x0003 macro
H A Dpci.c2846 & ~PCIM_PSTAT_DMASK; in pci_set_powerstate_method()
2888 switch (status & PCIM_PSTAT_DMASK) { in pci_get_powerstate_method()
3023 status & PCIM_PSTAT_DMASK); in pci_print_verbose()
/freebsd-13.1/usr.sbin/pciconf/
H A Dcap.c66 status & PCIM_PSTAT_DMASK); in cap_power()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c10611 ((pmcsr & ~PCIM_PSTAT_DMASK) | PCIM_PSTAT_PME), 2); in bxe_set_power_state()
10613 if (pmcsr & PCIM_PSTAT_DMASK) { in bxe_set_power_state()
10628 pmcsr &= ~PCIM_PSTAT_DMASK; in bxe_set_power_state()