Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h785 #define PCIR_SUBVENDCAP_ID 0x4 macro
H A Dpci.c958 val = REG(ptr + PCIR_SUBVENDCAP_ID, 4); in pci_read_cap()
/freebsd/usr.sbin/pciconf/
H A Dcap.c373 id = read_config(fd, &p->pc_sel, ptr + PCIR_SUBVENDCAP_ID, 4); in cap_subvendor()