Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
HDpcireg.h686 #define PCIER_CAPABILITY 0x2 macro
HDpci.c839 expr->expr_cap = REG(ptr + PCIER_CAPABILITY, 2); in pci_read_cap_express()
/dragonfly/usr.sbin/pciconf/
HDcap.c372 flags = read_config(fd, &p->pc_sel, ptr + PCIER_CAPABILITY, 2); in cap_express()