Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpcireg.h477 #define PCIR_POWER_CAP 0x2 macro
H A Dpci.c651 pp->pp_cap = REG(ptr + PCIR_POWER_CAP, 2); in pci_read_cap_pmgt()
/dragonfly/usr.sbin/pciconf/
H A Dcap.c54 cap = read_config(fd, &p->pc_sel, ptr + PCIR_POWER_CAP, 2); in cap_power()