Searched refs:PCIR_BAR (Results 101 - 125 of 184) sorted by relevance

12345678

/freebsd-13-stable/sys/dev/qlxge/
H A Dqls_os.c354 ha->reg_rid = PCIR_BAR(1);
363 ha->reg_rid1 = PCIR_BAR(3);
/freebsd-13-stable/sys/dev/re/
H A Dif_re.c1248 sc->rl_res_id = PCIR_BAR(1);
1252 sc->rl_res_id = PCIR_BAR(2);
1254 sc->rl_res_id = PCIR_BAR(0);
1260 sc->rl_res_id = PCIR_BAR(0);
1291 rid = PCIR_BAR(4);
1837 rid = PCIR_BAR(4);
/freebsd-13-stable/sys/dev/arcmsr/
H A Darcmsr.c4645 u_int32_t rid0 = PCIR_BAR(0);
4674 u_int32_t rid[]={ PCIR_BAR(0), PCIR_BAR(2) };
4718 u_int32_t rid0 = PCIR_BAR(1);
4746 u_int32_t rid0 = PCIR_BAR(0);
4775 u_int32_t rid0 = PCIR_BAR(1);
4807 u_int32_t rid0 = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c842 bar->pci_resource_id = PCIR_BAR(0);
871 bar->pci_resource_id = PCIR_BAR(2);
886 bar->pci_resource_id = PCIR_BAR(4);
909 bar->pci_resource_id = PCIR_BAR(5);
981 if (bar->pci_resource_id == PCIR_BAR(2))
/freebsd-13-stable/sys/dev/qat/
H A Dqat.c400 msixtbl_bar = PCIR_BAR(msixtbl & PCIM_MSIX_BIR_MASK);
411 uint32_t val = pci_read_config(dev, PCIR_BAR(bar), 4);
415 sc->sc_rid[i] = PCIR_BAR(bar);
/freebsd-13-stable/sys/dev/sound/pci/
H A Demu10k1.c2093 i = PCIR_BAR(0);
2153 if (sc->reg) bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
2176 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
H A Dt4dwave.c858 tr->regid = PCIR_BAR(0);
H A Dals4000.c763 sc->regid = PCIR_BAR(0);
H A Dcmi.c942 sc->regid = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/mn/
H A Dif_mn.c1308 rid = PCIR_BAR(0);
1318 rid = PCIR_BAR(1);
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-promise.c248 ctlr->r_rid1 = PCIR_BAR(4);
254 ctlr->r_rid2 = PCIR_BAR(3);
/freebsd-13-stable/sys/dev/bfe/
H A Dif_bfe.c452 rid = PCIR_BAR(0);
1151 bus_release_resource(sc->bfe_dev, SYS_RES_MEMORY, PCIR_BAR(0),
/freebsd-13-stable/sys/dev/vte/
H A Dif_vte.c395 sc->vte_res_id = PCIR_BAR(1);
400 sc->vte_res_id = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/rl/
H A Dif_rl.c683 sc->rl_res_id = PCIR_BAR(0);
689 sc->rl_res_id = PCIR_BAR(1);
/freebsd-13-stable/sys/dev/ixl/
H A Dif_ixl.c369 rid = PCIR_BAR(0);
432 scctx->isc_msix_bar = PCIR_BAR(IXL_MSIX_BAR);
/freebsd-13-stable/sys/dev/pci/
H A Dpci_iov.c384 pci_add_bar(dinfo->cfg.dev, PCIR_BAR(i), bar_start,
H A Dpcireg.h216 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4) macro
/freebsd-13-stable/sys/dev/ena/
H A Dena.c295 PCIR_BAR(ENA_MEM_BAR), adapter->memory);
300 PCIR_BAR(ENA_REG_BAR), adapter->registers);
2582 rid = PCIR_BAR(ENA_MEM_BAR);
3568 rid = PCIR_BAR(ENA_REG_BAR);
/freebsd-13-stable/sys/dev/vnic/
H A Dnic_main.c76 #define VNIC_PF_REG_RID PCIR_BAR(PCI_CFG_REG_BAR_NUM)
H A Dthunder_bgx.c152 rid = PCIR_BAR(PCI_CFG_REG_BAR_NUM);
/freebsd-13-stable/sys/dev/rtwn/pci/
H A Drtwn_pci_attach.c627 rid = PCIR_BAR(2);
/freebsd-13-stable/sys/dev/sfxge/
H A Dsfxge.c651 esbp->esb_rid = PCIR_BAR(sc->mem_bar);
/freebsd-13-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c766 rid = PCIR_BAR(0);
/freebsd-13-stable/sys/x86/x86/
H A Dio_apic.c996 rid = PCIR_BAR(0);
/freebsd-13-stable/sys/crypto/ccp/
H A Dccp_hardware.c346 sc->pci_resource_id = PCIR_BAR(2);
354 sc->pci_resource_id_msix = PCIR_BAR(5);

Completed in 397 milliseconds

12345678