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

1234567891011

/freebsd-11-stable/sys/arm/xscale/i8134x/
H A Di81342_mcu.c47 reg = bus_space_read_4(bt, bh, SMC_SDBR);
49 reg = bus_space_read_4(bt, bh, SMC_SBSR);
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_soc.c84 val = bus_space_read_4(bst, bsh, SYSCTL_CHIPID0_3);
88 val = bus_space_read_4(bst, bsh, SYSCTL_SYSCFG);
100 val = bus_space_read_4(bst, bsh, SYSCTL_SYSCFG);
115 val = bus_space_read_4(bst, bsh, SYSCTL_SYSCFG);
139 val1 = val2 = bus_space_read_4(bst, bsh, SYSCTL_SYSCFG);
168 val = bus_space_read_4(bst, bsh, SYSCTL_MT7620_CPLL_CFG1);
172 val = bus_space_read_4(bst, bsh, SYSCTL_MT7620_CPLL_CFG0);
195 val = bus_space_read_4(bst, bsh, SYSCTL_CLKCFG0);
197 div = bus_space_read_4(bst, bsh, MTK_MT7621_CLKDIV_REG);
202 val = bus_space_read_4(bs
[all...]
/freebsd-11-stable/sys/arm/rockchip/
H A Drk30xx_mp.c95 val = bus_space_read_4(fdtbus_bs_tag, scu, SCU_CONFIG_REG);
128 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
134 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
139 val = bus_space_read_4(fdtbus_bs_tag, scu, SCU_CONTROL_REG);
161 val = bus_space_read_4(fdtbus_bs_tag, pmu, PMU_PWRDN_CON);
/freebsd-11-stable/sys/arm/nvidia/tegra124/
H A Dtegra124_mp.c94 bus_space_read_4(fdtbus_bs_tag, exvec , TEGRA_EXCEPTION_VECTOR_ENTRY);
99 val = bus_space_read_4(fdtbus_bs_tag, pmc,
104 val = bus_space_read_4(fdtbus_bs_tag, pmc, PMC_PWRGATE_STATUS);
109 val = bus_space_read_4(fdtbus_bs_tag, pmc,
118 val = bus_space_read_4(fdtbus_bs_tag, pmc,
H A Dtegra124_machdep.c105 reg = bus_space_read_4(fdtbus_bs_tag, pmc, PMC_SCRATCH0);
109 bus_space_read_4(fdtbus_bs_tag, pmc, PMC_SCRATCH0);
111 reg = bus_space_read_4(fdtbus_bs_tag, pmc, PMC_CONTROL_REG);
115 bus_space_read_4(fdtbus_bs_tag, pmc, PMC_CONTROL_REG);
/freebsd-11-stable/sys/arm/allwinner/
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...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_mp.c82 val = bus_space_read_4(fdtbus_bs_tag, scu, SCU_CONFIG_REG);
121 val = bus_space_read_4(fdtbus_bs_tag, scu, SCU_DIAG_CONTROL);
132 val = bus_space_read_4(fdtbus_bs_tag, scu, SCU_CONTROL_REG);
141 val = bus_space_read_4(fdtbus_bs_tag, src, SRC_CONTROL_REG);
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_osdep.c52 return bus_space_read_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag,
67 return bus_space_read_4(((struct adapter *)hw->back)->osdep.mem_bus_space_tag,
/freebsd-11-stable/sys/arm/xscale/pxa/
H A Dpxa_icu.c177 return (bus_space_read_4(pxa_icu_softc->pi_bst,
193 return (bus_space_read_4(pxa_icu_softc->pi_bst,
209 return (bus_space_read_4(pxa_icu_softc->pi_bst,
225 return (bus_space_read_4(pxa_icu_softc->pi_bst,
241 return (bus_space_read_4(pxa_icu_softc->pi_bst,
H A Dpxa_timer.c225 return (bus_space_read_4(timer_softc->pt_bst,
241 return (bus_space_read_4(timer_softc->pt_bst,
257 return (bus_space_read_4(timer_softc->pt_bst,
296 oier = bus_space_read_4(timer_softc->pt_bst,
313 oier = bus_space_read_4(timer_softc->pt_bst,
/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_rtc.c104 ts->tv_sec = bus_space_read_4(sc->lr_bst, sc->lr_bsh, LPC_RTC_UCOUNT);
117 ctrl = bus_space_read_4(sc->lr_bst, sc->lr_bsh, LPC_RTC_CTRL);
124 ctrl = bus_space_read_4(sc->lr_bst, sc->lr_bsh, LPC_RTC_CTRL);
/freebsd-11-stable/sys/arm/ti/
H A Dti_cpuid.c110 id_code = bus_space_read_4(fdtbus_bs_tag, bsh, OMAP4_ID_CODE);
206 chip_revision = bus_space_read_4(fdtbus_bs_tag, bsh, AM335X_CONTROL_DEVICE_ID);
207 dev_feature = bus_space_read_4(fdtbus_bs_tag, bsh, AM335X_CONTROL_DEV_FEATURE);
H A Dti_spivar.h64 bus_space_read_4((_sc)->sc_bst, (_sc)->sc_bsh, (_off))
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_common.h30 bus_space_read_4(_sc->bst, _sc->bsh, _reg)
H A Dvf_ehci.c113 bus_space_read_4(_sc->bst_phy, _sc->bsh_phy, _reg)
118 bus_space_read_4(_sc->bst_usbc, _sc->bsh_usbc, _reg)
299 bus_space_read_4(sc->sc_io_tag, bsh, USB_HCSPARAMS));
301 bus_space_read_4(sc->sc_io_tag, bsh, USB_ID));
303 bus_space_read_4(sc->sc_io_tag, bsh, USB_HWGENERAL));
305 bus_space_read_4(sc->sc_io_tag, bsh, USB_HWHOST));
307 bus_space_read_4(sc->sc_io_tag, bsh, USB_HWDEVICE));
309 bus_space_read_4(sc->sc_io_tag, bsh, USB_HWTXBUF));
311 bus_space_read_4(sc->sc_io_tag, bsh, USB_HWRXBUF));
354 reg = bus_space_read_4(s
[all...]
/freebsd-11-stable/sys/arm/mv/discovery/
H A Ddiscovery.c100 sar = bus_space_read_4(fdtbus_bs_tag, MV_MPP_BASE, SAMPLE_AT_RESET_HI);
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_common.h30 bus_space_read_4(_sc->bst, _sc->bsh, _reg)
H A Dexynos5_mct.c101 reg = bus_space_read_4(sc->bst, sc->bsh, MCT_CTRL);
109 reg = bus_space_read_4(sc->bst, sc->bsh, MCT_WRITE_STAT);
H A Dexynos5_mp.c67 reg = bus_space_read_4(fdtbus_bs_tag, chipid, 0x0);
112 status = bus_space_read_4(fdtbus_bs_tag, pmu,
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h65 bus_space_read_4(_sc->sc_bst, _sc->sc_bsh, _off)
/freebsd-11-stable/sys/arm/mv/armada38x/
H A Darmada38x_mp.c61 reg = bus_space_read_4(fdtbus_bs_tag, vaddr, CPU_RESET_OFFSET(1));
112 val = bus_space_read_4(fdtbus_bs_tag, vaddr_scu, MV_SCU_REG_CONFIG);
/freebsd-11-stable/sys/arm/xscale/ixp425/
H A Dixp425var.h89 bus_space_read_4(sc->sc_iot, sc->sc_exp_ioh, reg)
94 bus_space_read_4(sc->sc_iot, sc->sc_gpio_ioh, reg)
/freebsd-11-stable/sys/arm/mv/
H A Dic.c255 return (bus_space_read_4(mv_ic_sc->ic_bst,
263 return (bus_space_read_4(mv_ic_sc->ic_bst,
279 return (bus_space_read_4(mv_ic_sc->ic_bst,
287 return (bus_space_read_4(mv_ic_sc->ic_bst,
303 return (bus_space_read_4(mv_ic_sc->ic_bst,
311 return (bus_space_read_4(mv_ic_sc->ic_bst,
/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/mv/orion/
H A Dorion.c92 sar = bus_space_read_4(fdtbus_bs_tag, MV_MPP_BASE, SAMPLE_AT_RESET);

Completed in 288 milliseconds

1234567891011