Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/vcp/rv/
H A Dmmup_common.c35 mmio_write_32(VCP_R_SEC_CTRL_2, 0); in mmup_smc_rstn_set()
72 mmio_setbits_32(VCP_R_SEC_CTRL_2, CORE1_SEC_BIT_SEL); in mmup_smc_rstn_clr()
H A Dvcp_common.c126 mmio_write_32(VCP_R_SEC_CTRL_2, 0); in vcp_smc_rstn_set()
161 mmio_setbits_32(VCP_R_SEC_CTRL_2, CORE0_SEC_BIT_SEL); in vcp_smc_rstn_clr()
/rk3399_ARM-atf/plat/mediatek/drivers/vcp/mt8196/
H A Dvcp_reg.h59 #define VCP_R_SEC_CTRL_2 (VCP_R_SEC_CTRL + 0x0004) macro