Home
last modified time | relevance | path

Searched refs:PCICAP_ID (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/pciconf/
H A Dcap.c898 cap = read_config(fd, &p->pc_sel, ptr + PCICAP_ID, 1); in list_caps()
1320 cap = read_config(fd, &p->pc_sel, ptr + PCICAP_ID, 1); in pci_find_cap()
/freebsd/sys/powerpc/powermac/
H A Dcpcht.c262 ptr + PCICAP_ID, 1) != PCIY_HT) in cpcht_configure_htbridge()
/freebsd/sys/dev/pci/
H A Dpcireg.h130 #define PCICAP_ID 0x0 macro
H A Dpci.c888 switch (REG(ptr + PCICAP_ID, 1)) { in pci_read_cap()
1480 KASSERT(pci_read_config(child, start + PCICAP_ID, 1) == PCIY_HT, in pci_find_next_htcap_method()
1551 if (pci_read_config(child, ptr + PCICAP_ID, 1) == capability) { in pci_find_cap_method()
1573 KASSERT(pci_read_config(child, start + PCICAP_ID, 1) == capability, in pci_find_next_cap_method()
1578 if (pci_read_config(child, ptr + PCICAP_ID, 1) == capability) { in pci_find_next_cap_method()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c231 cap = pci_host_read_config(&sel, ptr + PCICAP_ID, 1); in cfginitmsi()
/freebsd/sys/dev/aacraid/
H A Daacraid.c1963 val = pci_read_config(dev, ptr + PCICAP_ID, 1); in aac_find_pci_capability()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1175 if (pci_read_config(dev, ptr + PCICAP_ID, 1) == cap) in t3_os_find_pci_capability()