Searched refs:PCIR_BAR (Results 151 - 175 of 198) sorted by relevance

12345678

/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_os.c262 ha->reg_rid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/sume/
H A Dif_sume.c571 adapter->rid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.h156 #define PCIR_BAR(x) (PCIR_BARS + (x) * 4) macro
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx.c3188 i = PCIR_BAR(0);
3426 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
3508 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(0), sc->reg);
H A Dmaestro3.c1355 sc->regid = PCIR_BAR(0);
H A Des137x.c1730 es->regid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c286 sc->sc_res_id = PCIR_BAR(1);
289 sc->sc_res_id = PCIR_BAR(0);
295 sc->sc_res_id = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.c2264 rid = PCIR_BAR(0);
2280 for (rid = PCIR_BAR(0); rid < PCIR_CIS;) {
2392 PCIR_BAR(0), adapter->memory);
H A Dif_igb.c2342 rid = PCIR_BAR(0);
2799 PCIR_BAR(0), adapter->pci_mem);
2825 adapter->memrid = PCIR_BAR(IGB_MSIX_BAR);
H A Dif_em.c2552 rid = PCIR_BAR(0);
2830 PCIR_BAR(0), adapter->memory);
2860 adapter->memrid = PCIR_BAR(EM_MSIX_BAR);
/freebsd-11-stable/sys/dev/mxge/
H A Dif_mxge.c4540 rid = PCIR_BAR(2);
4639 bus_release_resource(sc->dev, SYS_RES_MEMORY, PCIR_BAR(2),
4705 bus_release_resource(sc->dev, SYS_RES_MEMORY, PCIR_BAR(2),
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c64 rid = PCIR_BAR(resource);
/freebsd-11-stable/sys/dev/sge/
H A Dif_sge.c572 sc->sge_res_id = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/vnic/
H A Dnicvf_main.c89 #define VNIC_VF_REG_RID PCIR_BAR(PCI_CFG_REG_BAR_NUM)
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c1020 #define SYM_PCI_IO PCIR_BAR(0)
1021 #define SYM_PCI_MMIO PCIR_BAR(1)
1022 #define SYM_PCI_RAM PCIR_BAR(2)
1023 #define SYM_PCI_RAM64 PCIR_BAR(3)
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c816 ha->reg_rid = PCIR_BAR(0);
828 ha->dbells_rid = PCIR_BAR(2);
852 ha->msix_rid = PCIR_BAR(4);
5407 PCIR_BAR(bar_id));
/freebsd-11-stable/sys/dev/ioat/
H A Dioat.c548 ioat->pci_resource_id = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac.c659 mem->mem_rid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c1422 rid = PCIR_BAR(IXL_MSIX_BAR);
1698 rid = PCIR_BAR(0);
1824 memrid = PCIR_BAR(IXL_MSIX_BAR);
1832 PCIR_BAR(0), pf->pci_mem);
/freebsd-11-stable/sys/dev/sk/
H A Dif_sk.c337 { SYS_RES_IOPORT, PCIR_BAR(1), RF_ACTIVE },
343 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c1739 res_id = PCIR_BAR((i == 0) ? 0 : (i * 2));
2018 res_id = PCIR_BAR((i == 0) ? 0 : (i * 2));
/freebsd-11-stable/sys/dev/ti/
H A Dif_ti.c2414 rid = PCIR_BAR(0);
2618 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BAR(0),
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c3358 np->reg_rid = PCIR_BAR(1);
3549 np->sram_rid = PCIR_BAR(2);
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas.c925 sc->reg_res_id = PCIR_BAR(0); /* BAR0 offset */
927 sc->reg_res_id = PCIR_BAR(1); /* BAR1 offset */
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c495 sc->regs_rid = PCIR_BAR(0);
516 sc->udbs_rid = PCIR_BAR(2);

Completed in 533 milliseconds

12345678