Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/pci/
H A Dpcireg.h570 #define PCIM_PSTAT_DMASK 0x0003 macro
H A Dpci.c2826 & ~PCIM_PSTAT_DMASK; in pci_set_powerstate_method()
2868 switch (status & PCIM_PSTAT_DMASK) { in pci_get_powerstate_method()
3003 status & PCIM_PSTAT_DMASK); in pci_print_verbose()
/freebsd-14.2/usr.sbin/pciconf/
H A Dcap.c61 status & PCIM_PSTAT_DMASK); in cap_power()
/freebsd-14.2/sys/dev/bxe/
H A Dbxe.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()