Home
last modified time | relevance | path

Searched refs:RNG_SWRST_B (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/mediatek/drivers/rng/mt8188/
H A Drng_plat.c25 mmio_setbits_32(TRNG_SWRST_SET_REG, RNG_SWRST_B); in trng_external_swrst()
26 mmio_setbits_32(TRNG_SWRST_CLR_REG, RNG_SWRST_B); in trng_external_swrst()
H A Drng_plat.h44 #define RNG_SWRST_B BIT(13) macro