Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pciconf/
H A Dcap.c898 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 Dpcireg.h130 #define PCICAP_ID 0x0 macro
H A Dpci.c921 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 Dcpcht.c262 ptr + PCICAP_ID, 1) != PCIY_HT) in cpcht_configure_htbridge()
/freebsd/usr.sbin/bhyve/
H A Dpci_passthru.c286 cap = passthru_read_config(&sel, ptr + PCICAP_ID, 1); in cfginitmsi()
/freebsd/sys/dev/aacraid/
H A Daacraid.c1964 val = pci_read_config(dev, ptr + PCICAP_ID, 1); in aac_find_pci_capability()