Searched refs:temp_val (Results 1 – 3 of 3) sorted by relevance
197 uint32_t temp_val; in rockchip_soc_soft_reset() local211 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()
59 int pmf_svc_descs_num, temp_val; in pmf_setup() local103 temp_val = pmf_svc_descs_indices[jj]; in pmf_setup()106 pmf_svc_descs_indices[jj+1] = temp_val; in pmf_setup()
189 uint32_t temp_val; in rockchip_soc_soft_reset() local197 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