Searched refs:bus_space_read_4 (Results 1 - 25 of 271) sorted by path

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
H A Dbsd_kernel.h460 uint32_t bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset);
/freebsd-11-stable/sys/arm/allwinner/a10/
H A Da10_intc.c119 bus_space_read_4(sc->aintc_bst, sc->aintc_bsh, reg)
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_gpio.c183 bus_space_read_4(_sc->sc_bst, _sc->sc_bsh, _off)
H A Da10_sramc.c66 bus_space_read_4((sc)->bst, (sc)->bsh, (reg))
H A Daw_ccu.c144 *val = bus_space_read_4(sc->bst, bsh, reg);
163 val = bus_space_read_4(sc->bst, bsh, reg);
H A Daw_mp.c146 val = bus_space_read_4(fdtbus_bs_tag, cpucfg, CPUCFG_GENCTL);
152 val = bus_space_read_4(fdtbus_bs_tag, cpucfg, CPUCFG_DBGCTL1);
172 val = bus_space_read_4(fdtbus_bs_tag, prcm, CPU_PWROFF);
177 val = bus_space_read_4(fdtbus_bs_tag,
191 val = bus_space_read_4(fdtbus_bs_tag, cpucfg, CPUCFG_DBGCTL1);
211 val = bus_space_read_4(fdtbus_bs_tag, cpuxcfg, CPUX_CL_RST(cluster));
216 val = bus_space_read_4(fdtbus_bs_tag, cpuscfg, CPUS_CL_RST(cluster));
221 val = bus_space_read_4(fdtbus_bs_tag, cpuxcfg, CPUX_CL_CTRL0(cluster));
229 while (bus_space_read_4(fdtbus_bs_tag, prcm,
234 val = bus_space_read_4(fdtbus_bs_ta
[all...]
H A Dif_emac.c140 bus_space_read_4(sc->emac_tag, sc->emac_handle, reg)
H A Dtimer.c93 bus_space_read_4(sc->sc_bst, sc->sc_bsh, reg)
/freebsd-11-stable/sys/arm/allwinner/a20/
H A Da20_cpu_cfg.c64 bus_space_read_4((sc)->bst, (sc)->bsh, (reg))
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_mp.c132 reg = bus_space_read_4(fdtbus_bs_tag, scu, SCU_DIAG_CONTROL);
140 reg = bus_space_read_4(fdtbus_bs_tag, scu, SCU_CONTROL_REG);
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Duart_dev_aml8726.c69 bus_space_read_4((bas)->bst, (bas)->bsh, reg)
/freebsd-11-stable/sys/arm/annapurna/alpine/
H A Dalpine_machdep.c104 val = bus_space_read_4(fdtbus_bs_tag, reg_baddr,
H A Dalpine_machdep_mp.c211 val = bus_space_read_4(fdtbus_bs_tag, cpu_resume_baddr,
228 val = bus_space_read_4(fdtbus_bs_tag, cpu_resume_baddr,
249 val = bus_space_read_4(fdtbus_bs_tag, nb_baddr, AL_NB_INIT_CONTROL);
/freebsd-11-stable/sys/arm/arm/
H A Dgic.c212 bus_space_read_4((_sc)->gic_c_bst, (_sc)->gic_c_bsh, (_reg))
216 bus_space_read_4((_sc)->gic_d_bst, (_sc)->gic_d_bsh, (_reg))
/freebsd-11-stable/sys/arm/at91/
H A Duart_dev_at91usart.c85 bus_space_read_4((bas)->bst, (bas)->bsh, uart_regofs(bas, reg))
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_bscvar.h72 bus_space_read_4((_sc)->sc_bst, (_sc)->sc_bsh, _off)
H A Dbcm2835_gpio.c138 bus_space_read_4((_sc)->sc_bst, (_sc)->sc_bsh, _off)
H A Dbcm2835_intr.c155 bus_space_read_4((_sc)->intc_bst, (_sc)->intc_bsh, (reg))
H A Dbcm2835_mbox.c91 bus_space_read_4((sc)->bst, (sc)->bsh, reg)
H A Dbcm2835_spivar.h65 bus_space_read_4(_sc->sc_bst, _sc->sc_bsh, _off)
H A Dbcm2835_systimer.c96 bus_space_read_4(bcm_systimer_sc->bst, \
H A Dbcm2835_wdog.c55 #define READ(_sc, _r) bus_space_read_4((_sc)->bst, (_sc)->bsh, (_r) + (_sc)->regs_offset)
H A Dbcm2836.c190 bus_space_read_4((sc)->bls_bst, (sc)->bls_bsh, (reg))
H A Dbcm2836_mp.c78 bus_space_read_4(fdtbus_bs_tag, bs_periph, (addr))

Completed in 326 milliseconds

1234567891011