Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/rockchip/rk3288/drivers/soc/
A Dsoc.c197 uint32_t temp_val; in rockchip_soc_soft_reset() local
211 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON); in rockchip_soc_soft_reset()
212 temp_val &= ~PMU_RST_MASK; in rockchip_soc_soft_reset()
213 temp_val |= PMU_RST_BY_SECOND_SFT; in rockchip_soc_soft_reset()
214 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val); in rockchip_soc_soft_reset()
/trusted-firmware-a/lib/pmf/
A Dpmf_main.c59 int pmf_svc_descs_num, temp_val; in pmf_setup() local
103 temp_val = pmf_svc_descs_indices[jj]; in pmf_setup()
106 pmf_svc_descs_indices[jj+1] = temp_val; in pmf_setup()
/trusted-firmware-a/plat/rockchip/rk3368/drivers/soc/
A Dsoc.c189 uint32_t temp_val; in rockchip_soc_soft_reset() local
197 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON) | in rockchip_soc_soft_reset()
200 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val); in rockchip_soc_soft_reset()

Completed in 3 milliseconds