Searched refs:PCICAP_ID (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/usr.sbin/pciconf/ |
| H A D | cap.c | 898 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-14.2/sys/dev/pci/ |
| H A D | pcireg.h | 130 #define PCICAP_ID 0x0 macro
|
| H A D | pci.c | 882 switch (REG(ptr + PCICAP_ID, 1)) { in pci_read_cap() 1474 KASSERT(pci_read_config(child, start + PCICAP_ID, 1) == PCIY_HT, in pci_find_next_htcap_method() 1545 if (pci_read_config(child, ptr + PCICAP_ID, 1) == capability) { in pci_find_cap_method() 1567 KASSERT(pci_read_config(child, start + PCICAP_ID, 1) == capability, in pci_find_next_cap_method() 1572 if (pci_read_config(child, ptr + PCICAP_ID, 1) == capability) { in pci_find_next_cap_method()
|
| /freebsd-14.2/sys/powerpc/powermac/ |
| H A D | cpcht.c | 263 ptr + PCICAP_ID, 1) != PCIY_HT) in cpcht_configure_htbridge()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 232 cap = pci_host_read_config(&sel, ptr + PCICAP_ID, 1); in cfginitmsi()
|
| /freebsd-14.2/sys/dev/aacraid/ |
| H A D | aacraid.c | 1963 val = pci_read_config(dev, ptr + PCICAP_ID, 1); in aac_find_pci_capability()
|
| /freebsd-14.2/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 1170 if (pci_read_config(dev, ptr + PCICAP_ID, 1) == cap) in t3_os_find_pci_capability()
|