Home
last modified time | relevance | path

Searched refs:SGRF_BUSDMAC_CON (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3288/drivers/secure/
H A Dsecure.h31 #define SGRF_BUSDMAC_CON(n) (0x20 + (n) * 4) macro
H A Dsecure.c143 mmio_write_32(SGRF_BASE + SGRF_BUSDMAC_CON(1), 0x3800); in secure_sgrf_init()
/rk3399_ARM-atf/plat/rockchip/rk3368/drivers/soc/
H A Dsoc.c85 mmio_write_32(SGRF_BASE + SGRF_BUSDMAC_CON(0), SGRF_BUSDMAC_CON0_NS); in sgrf_init()
86 mmio_write_32(SGRF_BASE + SGRF_BUSDMAC_CON(1), SGRF_BUSDMAC_CON1_NS); in sgrf_init()
H A Dsoc.h41 #define SGRF_BUSDMAC_CON(n) (0x100 + (n) * 4) macro