Searched refs:PCICAP_ID (Results 1 – 6 of 6) sorted by relevance
| /freebsd/usr.sbin/pciconf/ |
| H A D | cap.c | 898 cap = read_config(fd, &p->pc_sel, ptr + PCICAP_ID, 1); in ecap_sernum() 1320 cap = read_config(fd, &p->pc_sel, ptr + PCICAP_ID, 1);
|
| /freebsd/sys/dev/pci/ |
| H A D | pcireg.h | 130 #define PCICAP_ID 0x0 macro
|
| H A D | pci.c | 921 switch (REG(ptr + PCICAP_ID, 1)) { in pci_read_cap() 1504 KASSERT(pci_read_config(child, start + PCICAP_ID, 1) == PCIY_HT, in pci_find_next_htcap_method() 1578 if (pci_read_config(child, ptr + PCICAP_ID, 1) == capability) { in pci_find_cap_method() 1600 KASSERT(pci_read_config(child, start + PCICAP_ID, 1) == capability, in pci_find_next_cap_method() 1605 if (pci_read_config(child, ptr + PCICAP_ID, 1) == capability) { in pci_find_next_cap_method()
|
| /freebsd/sys/powerpc/powermac/ |
| H A D | cpcht.c | 262 ptr + PCICAP_ID, 1) != PCIY_HT) in cpcht_configure_htbridge()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_passthru.c | 286 cap = passthru_read_config(&sel, ptr + PCICAP_ID, 1); in cfginitmsi()
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid.c | 1964 val = pci_read_config(dev, ptr + PCICAP_ID, 1); in aac_find_pci_capability()
|