Searched refs:PCICAP_ID (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/usr.sbin/pciconf/ |
| HD | cap.c | 563 cap = read_config(fd, &p->pc_sel, ptr + PCICAP_ID, 1); in list_caps() 859 cap = read_config(fd, &p->pc_sel, ptr + PCICAP_ID, 1); in pci_find_cap()
|
| /NextBSD/sys/dev/pci/ |
| HD | pcireg.h | 125 #define PCICAP_ID 0x0 macro
|
| HD | pci.c | 735 switch (REG(ptr + PCICAP_ID, 1)) { in pci_read_cap() 1294 if (pci_read_config(child, ptr + PCICAP_ID, 1) == in pci_find_htcap_method() 1344 if (pci_read_config(child, ptr + PCICAP_ID, 1) == capability) { in pci_find_cap_method()
|
| /NextBSD/sys/powerpc/powermac/ |
| HD | cpcht.c | 260 ptr + PCICAP_ID, 1) != PCIY_HT) in cpcht_configure_htbridge()
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | pci_passthru.c | 182 cap = read_config(&sel, ptr + PCICAP_ID, 1); in cfginitmsi()
|
| /NextBSD/sys/dev/aacraid/ |
| HD | aacraid.c | 1941 val = pci_read_config(dev, ptr + PCICAP_ID, 1); in aac_find_pci_capability()
|
| /NextBSD/sys/dev/cxgb/ |
| HD | cxgb_main.c | 1169 if (pci_read_config(dev, ptr + PCICAP_ID, 1) == cap) in t3_os_find_pci_capability()
|