Home
last modified time | relevance | path

Searched refs:platform_smc_write (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sys/arch/arm/cortex/
H A Darml2cc.c173 platform_smc_write(sc->sc_iot, sc->sc_ioh, L2C_CTL, SMC_L2_CTL, in arml2cc_enable()
191 platform_smc_write(sc->sc_iot, sc->sc_ioh, L2C_CTL, SMC_L2_CTL, 0); in arml2cc_disable()
257 platform_smc_write(sc->sc_iot, sc->sc_ioh, L2C_DEBUG_CTL, SMC_L2_DBG, 3); in arml2cc_sdcache_wbinv_all()
264 platform_smc_write(sc->sc_iot, sc->sc_ioh, L2C_DEBUG_CTL, SMC_L2_DBG, 0); in arml2cc_sdcache_wbinv_all()
277 platform_smc_write(sc->sc_iot, sc->sc_ioh, L2C_DEBUG_CTL, SMC_L2_DBG, 3); in arml2cc_sdcache_wbinv_range()
284 platform_smc_write(sc->sc_iot, sc->sc_ioh, L2C_DEBUG_CTL, SMC_L2_DBG, 0); in arml2cc_sdcache_wbinv_range()
H A Dsmc.h26 void platform_smc_write(bus_space_tag_t, bus_space_handle_t, bus_size_t,
/openbsd-src/sys/arch/armv7/armv7/
H A Dplatform.c75 platform_smc_write(bus_space_tag_t iot, bus_space_handle_t ioh, bus_size_t off, in platform_smc_write() function