Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h571 #define PCIM_PSTAT_DMASK 0x0003 macro
H A Dpci.c2920 PCIR_POWER_STATUS, 2) & ~PCIM_PSTAT_DMASK; in pci_set_powerstate_method()
2965 switch (status & PCIM_PSTAT_DMASK) { in pci_get_powerstate_method()
3164 status & PCIM_PSTAT_DMASK); in pci_print_verbose()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c1136 #define PASSTHRU_PMCSR_VIRT (PCIM_PSTAT_DMASK | \
1452 PCIM_PSTAT_DMASK, &sc->psc_pm.pmcsr); in passthru_cfgwrite_default()
/freebsd/usr.sbin/pciconf/
H A Dcap.c61 status & PCIM_PSTAT_DMASK); in cap_power()
/freebsd/sys/dev/bxe/
H A Dbxe.c10592 ((pmcsr & ~PCIM_PSTAT_DMASK) | PCIM_PSTAT_PME), 2); in bxe_set_power_state()
10594 if (pmcsr & PCIM_PSTAT_DMASK) { in bxe_set_power_state()
10609 pmcsr &= ~PCIM_PSTAT_DMASK; in bxe_set_power_state()