Searched refs:pp_cap (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/pci/
H A Dpci.c689 if (cfg->pp.pp_cap == 0) {
690 cfg->pp.pp_cap = REG(ptr + PCIR_POWER_CAP, 2);
2262 if (cfg->pp.pp_cap == 0)
2301 if ((cfg->pp.pp_cap & PCIM_PCAP_D1SUPP) == 0)
2306 if ((cfg->pp.pp_cap & PCIM_PCAP_D2SUPP) == 0)
2335 if (cfg->pp.pp_cap != 0) {
2464 if (cfg->pp.pp_cap) {
2469 cfg->pp.pp_cap & PCIM_PCAP_SPEC,
2470 cfg->pp.pp_cap & PCIM_PCAP_D1SUPP ? " D1" : "",
2471 cfg->pp.pp_cap
[all...]
H A Dpcivar.h44 uint16_t pp_cap; /* PCI power management capabilities */ member in struct:pcicfg_pp

Completed in 126 milliseconds