Home
last modified time | relevance | path

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

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