Home
last modified time | relevance | path

Searched refs:PCIM_PCAP_D2SUPP (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/dev/pci/
H A Dpcireg.h557 #define PCIM_PCAP_D2SUPP 0x0400 macro
H A Dpci.c2857 if ((cfg->pp.pp_cap & PCIM_PCAP_D2SUPP) == 0) in pci_set_powerstate_method()
3022 cfg->pp.pp_cap & PCIM_PCAP_D2SUPP ? " D2" : "", in pci_print_verbose()
/freebsd-13.1/usr.sbin/pciconf/
H A Dcap.c65 cap & PCIM_PCAP_D2SUPP ? " D2" : "", in cap_power()