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

12345678

/freebsd-13-stable/sys/dev/sge/
H A Dif_sge.c576 sc->sge_res_id = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/sound/pci/
H A Des137x.c1732 es->regid = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/ixgbe/
H A Dif_ixv.c1098 rid = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c800 ha->reg_rid = PCIR_BAR(0);
812 ha->dbells_rid = PCIR_BAR(2);
835 ha->msix_rid = PCIR_BAR(4);
5288 PCIR_BAR(bar_id));
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.c917 sc->reg_res_id = PCIR_BAR(0); /* BAR0 offset */
919 sc->reg_res_id = PCIR_BAR(1); /* BAR1 offset */
/freebsd-13-stable/sys/dev/ti/
H A Dif_ti.c2396 rid = PCIR_BAR(0);
2600 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BAR(0),
/freebsd-13-stable/sys/dev/rtsx/
H A Drtsx.c3639 sc->rtsx_res_id = PCIR_BAR(1);
3641 sc->rtsx_res_id = PCIR_BAR(0);
/freebsd-13-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-13-stable/sys/dev/cxgb/
H A Dcxgb_main.c502 sc->regs_rid = PCIR_BAR(0);
523 sc->udbs_rid = PCIR_BAR(2);
/freebsd-13-stable/sys/dev/mly/
H A Dmly.c364 sc->mly_regs_rid = PCIR_BAR(0); /* first base address register */
/freebsd-13-stable/sys/dev/ae/
H A Dif_ae.c93 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-13-stable/sys/dev/et/
H A Dif_et.c259 sc->sc_mem_rid = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/ioat/
H A Dioat.c656 ioat->pci_resource_id = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/ipw/
H A Dif_ipw.c247 i = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c640 sc->vr_res_id = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/bnxt/
H A Dif_bnxt.c2118 bar->rid = PCIR_BAR(bar_num);
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c2639 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE }, /* CAS_RES_MEM */
/freebsd-13-stable/sys/dev/sound/pci/hda/
H A Dhdac.c700 mem->mem_rid = PCIR_BAR(0);
/freebsd-13-stable/sys/dev/msk/
H A Dif_msk.c382 { SYS_RES_IOPORT, PCIR_BAR(1), RF_ACTIVE },
387 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-13-stable/sys/dev/e1000/
H A Dif_em.c1966 rid = PCIR_BAR(0);
1982 for (rid = PCIR_BAR(0); rid < PCIR_CIS;) {
/freebsd-13-stable/sys/dev/bge/
H A Dif_bge.c3313 rid = PCIR_BAR(0);
3444 rid = PCIR_BAR(2);
/freebsd-13-stable/sys/dev/age/
H A Dif_age.c189 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-13-stable/sys/dev/ale/
H A Dif_ale.c186 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_main.c2924 sc->regs_rid = PCIR_BAR(0);
2936 sc->msix_rid = PCIR_BAR(4);
2958 sc->udbs_rid = PCIR_BAR(2);
3038 bar0 = t4_hw_pci_read_cfg4(sc, PCIR_BAR(0));
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwi.c310 i = PCIR_BAR(0);

Completed in 309 milliseconds

12345678