Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/pci/
Dpcireg.h502 #define PCIR_POWER_CAP 0x2 macro
Dpci.c727 cfg->pp.pp_cap = REG(ptr + PCIR_POWER_CAP, 2); in pci_read_cap()
/freebsd-10-stable/usr.sbin/pciconf/
Dcap.c55 cap = read_config(fd, &p->pc_sel, ptr + PCIR_POWER_CAP, 2); in cap_power()