Home
last modified time | relevance | path

Searched refs:PCIR_POWER_DATA (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/pci/
HDpcireg.h594 #define PCIR_POWER_DATA 0x7 macro
HDpci.c900 if ((nextptr - ptr) > PCIR_POWER_DATA) in pci_read_cap()
901 cfg->pp.pp_data = ptr + PCIR_POWER_DATA; in pci_read_cap()