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

12345678

/freebsd-11-stable/sys/dev/ae/
H A Dif_ae.c91 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c2664 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE }, /* CAS_RES_MEM */
/freebsd-11-stable/sys/dev/et/
H A Dif_et.c255 sc->sc_mem_rid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c1712 sc->memid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c625 sc->vr_res_id = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/mly/
H A Dmly.c361 sc->mly_regs_rid = PCIR_BAR(0); /* first base address register */
/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.c243 i = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/bnxt/
H A Dif_bnxt.c2110 bar->rid = PCIR_BAR(bar_num);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c2569 sc->regs_rid = PCIR_BAR(0);
2581 sc->msix_rid = PCIR_BAR(4);
2603 sc->udbs_rid = PCIR_BAR(2);
2683 bar0 = t4_hw_pci_read_cfg4(sc, PCIR_BAR(0));
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c380 { SYS_RES_IOPORT, PCIR_BAR(1), RF_ACTIVE },
385 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c4666 #define PCI_CBIO PCIR_BAR(0) /* Configuration Base IO Address */
4667 #define PCI_CBMA PCIR_BAR(1) /* Configuration Base Memory Address */
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c3337 rid = PCIR_BAR(0);
3468 rid = PCIR_BAR(2);
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c187 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c182 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-11-stable/sys/dev/jme/
H A Dif_jme.c197 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c274 rid = PCIR_BAR(2);
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c308 i = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c1088 rid = PCIR_BAR(0);
3930 bus_release_resource(dev, SYS_RES_MEMORY, PCIR_BAR(0),
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c386 rid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c243 { SYS_RES_MEMORY, PCIR_BAR(0), RF_ACTIVE },
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c5928 rid = PCIR_BAR(0);
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c13138 i, PCIR_BAR(i));
13159 sc->bar[i].rid = PCIR_BAR(i);
13179 i, PCIR_BAR(i),
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c453 rid = PCIR_BAR(0);

Completed in 583 milliseconds

12345678