Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/soc/
Dsoc.c191 mmio_read_32(CRU_BASE + CRU_GATE_CON(i)); in clk_gate_con_save()
202 mmio_write_32(CRU_BASE + CRU_GATE_CON(i), REG_SOC_WMSK); in clk_gate_con_disable()
214 mmio_write_32(CRU_BASE + CRU_GATE_CON(i), in clk_gate_con_restore()
Dsoc.h57 #define CRU_GATE_CON(n) (0x300 + (n) * 4) macro