Home
last modified time | relevance | path

Searched refs:PCIR_CAP_PTR (Results 1 – 10 of 10) sorted by relevance

/trueos/usr.sbin/bhyve/
HDpci_passthru.c180 ptr = read_config(&sel, PCIR_CAP_PTR, 1); in cfginitmsi()
252 origptr = read_config(&sel, PCIR_CAP_PTR, 1); in cfginitmsi()
257 pci_set_cfgdata8(pi, PCIR_CAP_PTR, msiptr); in cfginitmsi()
649 if (coff >= PCIR_CAP_PTR && coff < PCIR_CAP_PTR + 4) in passthru_cfgread()
HDpci_emul.c676 pci_set_cfgdata8(pi, PCIR_CAP_PTR, capoff); in pci_emul_add_capability()
/trueos/usr.sbin/pciconf/
HDcap.c545 ptr = PCIR_CAP_PTR; in list_caps()
779 ptr = PCIR_CAP_PTR; in pci_find_cap()
/trueos/sys/dev/pci/
HDpcireg.h225 #define PCIR_CAP_PTR 0x34 macro
HDpci.c701 ptrptr = PCIR_CAP_PTR; in pci_read_cap()
1320 ptr = PCIR_CAP_PTR; in pci_find_cap_method()
/trueos/sys/powerpc/powermac/
HDcpcht.c251 nextptr = PCIB_READ_CONFIG(dev, b, s, f, PCIR_CAP_PTR, 1); in cpcht_configure_htbridge()
/trueos/sys/powerpc/mpc85xx/
HDpci_mpc85xx.c223 capptr = fsl_pcib_cfgread(sc, 0, 0, 0, PCIR_CAP_PTR, 1); in fsl_pcib_attach()
/trueos/sys/dev/aacraid/
HDaacraid.c1927 ptr = PCIR_CAP_PTR; in aac_find_pci_capability()
/trueos/sys/dev/cxgb/
HDcxgb_main.c1159 ptr = PCIR_CAP_PTR; in t3_os_find_pci_capability()
/trueos/sys/dev/e1000/
HDif_igb.c5339 cap = pci_read_config(dev, PCIR_CAP_PTR, 2); in igb_enable_wakeup()