Searched refs:bus_space_read_4 (Results 76 - 100 of 271) sorted by relevance

1234567891011

/freebsd-11-stable/stand/kshim/
H A Dbsd_busspace.c145 bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) function
/freebsd-11-stable/sys/dev/ath/
H A Dah_osdep.c320 val = bus_space_read_4(tag, h, reg);
407 val = bus_space_read_4(tag, h, reg);
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.h254 bus_space_read_4((sc)->sc_bas.bst, (sc)->sc_bas.bsh, (reg))
262 bus_space_read_4((sc)->phy_bst, (sc)->phy_bsh, \
/freebsd-11-stable/sys/arm/xilinx/
H A Dzy7_ehci.c164 portsc = bus_space_read_4(io_tag, bsh, ZY7_USB_PORTSC(1));
193 while ((bus_space_read_4(io_tag, bsh, ZY7_USB_ULPI_VIEWPORT) &
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_ehci.c225 reg = bus_space_read_4(esc->host_bst, esc->host_bsh, 0x0);
239 reg = bus_space_read_4(esc->host_bst, esc->host_bsh, 0x0);
H A Dexynos5_fimd.c145 bus_space_read_4(_sc->bst_disp, _sc->bsh_disp, _reg)
350 reg = bus_space_read_4(sc->bst_sysreg, sc->bsh_sysreg, 0x214);
/freebsd-11-stable/sys/arm/mv/
H A Dmv_pci.c458 val = bus_space_read_4(sc->sc_bst, sc->sc_bsh, PCIE_REG_CONTROL);
528 val = bus_space_read_4(sc->sc_bst, sc->sc_bsh,
533 val = bus_space_read_4(sc->sc_bst, sc->sc_bsh,
544 val = bus_space_read_4(sc->sc_bst, sc->sc_bsh, PCIR_COMMAND);
966 data = le32toh(bus_space_read_4(sc->sc_bst, sc->sc_bsh,
1041 if ((bus_space_read_4(sc->sc_bst, sc->sc_bsh, PCIE_REG_STATUS) &
1055 if ((bus_space_read_4(sc->sc_bst, sc->sc_bsh, PCIE_REG_STATUS) &
H A Dtimer.c292 return (bus_space_read_4(timer_softc->timer_bst,
308 return (bus_space_read_4(timer_softc->timer_bst,
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h618 return bus_space_read_4(tag, handle, (caddr_t)(addr) - addrss);
663 value1 = bus_space_read_4(tag, handle, (caddr_t)(addr) + 4 - addrss);
665 value2 = bus_space_read_4(tag, handle, (caddr_t)(addr) - addrss);
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h464 return bus_space_read_4(((vxge_bus_res_t *) regh)->bus_space_tag,
477 val_l = bus_space_read_4(((vxge_bus_res_t *) regh)->bus_space_tag,
481 val_u = bus_space_read_4(((vxge_bus_res_t *) regh)->bus_space_tag,
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_ohci.c78 bus_space_read_4(_sc->sc_io_tag, _sc->sc_io_hdl, _reg)
286 status = bus_space_read_4(sc->sc_io_tag, sc->sc_io_hdl,
/freebsd-11-stable/sys/dev/amr/
H A Damrreg.h580 #define AMR_QGET_IDB(sc) bus_space_read_4 (sc->amr_btag, sc->amr_bhandle, AMR_QIDB)
582 #define AMR_QGET_ODB(sc) bus_space_read_4 (sc->amr_btag, sc->amr_bhandle, AMR_QODB)
/freebsd-11-stable/sys/dev/en/
H A Dif_en_pci.c145 dummy = bus_space_read_4(sc->en_memt, sc->en_base, ADP_PCIREG);
148 dummy = bus_space_read_4(sc->en_memt, sc->en_base, ADP_PCIREG);
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.h366 #define EREAD4(sc, a) bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
378 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
H A Davr32dci.h141 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, reg)
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_edma.h112 bus_space_read_4(_sc->bst_tcd, _sc->bsh_tcd, _reg)
/freebsd-11-stable/sys/arm/ti/
H A Dti_mbox.c108 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg));
H A Dti_wdt.c101 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg));
/freebsd-11-stable/sys/arm/cavium/cns11xx/
H A Dtimer.c96 return bus_space_read_4(timer_softc->timer_bst,
/freebsd-11-stable/sys/dev/auxio/
H A Dauxio.c193 led = bus_space_read_4(sc->sc_regt[AUXIO_PCIO_LED],
/freebsd-11-stable/sys/sparc64/include/
H A Dbus.h195 bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t o) function
234 *a++ = bus_space_read_4(t, h, o);
378 *a = bus_space_read_4(t, h, o);
486 bus_space_write_4(t, h1, o1, bus_space_read_4(t, h2, o2));
/freebsd-11-stable/sys/mips/idt/
H A Dif_krreg.h282 bus_space_read_4(sc->kr_btag, sc->kr_bhandle, reg)
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatmvar.h329 #define READ4(SC, OFF) bus_space_read_4(SC->memt, SC->memh, OFF)
/freebsd-11-stable/sys/dev/rt/
H A Dif_rtreg.h34 bus_space_read_4((sc)->bst, (sc)->bsh, reg)
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdac_private.h46 bus_space_read_4((mem)->mem_tag, (mem)->mem_handle, (offset))

Completed in 320 milliseconds

1234567891011