Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h486 #define PCIM_PCAP_D1SUPP 0x0200 macro
H A Dpci.c2219 if ((cfg->pp.pp_cap & PCIM_PCAP_D1SUPP) == 0) in pci_set_powerstate_method()
2414 cfg->pp.pp_cap & PCIM_PCAP_D1SUPP ? " D1" : "", in pci_print_verbose()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c58 cap & PCIM_PCAP_D1SUPP ? " D1" : "", in cap_power()