Searched refs:cpg_reset_onoff (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/renesas/rza/cpg/ |
| H A D | cpg.c | 802 static void cpg_reset_onoff(int clkid, uint32_t mask, uint32_t val) in cpg_reset_onoff() function 842 cpg_reset_onoff(CPG_CLOCK_SPIM, 1, 1); in cpg_reset_on() 845 cpg_reset_onoff(CPG_CLOCK_OCTA, 1, 1); in cpg_reset_on() 856 cpg_reset_onoff(CPG_CLOCK_SPIM, 1, 0); in cpg_reset_off() 859 cpg_reset_onoff(CPG_CLOCK_OCTA, 1, 0); in cpg_reset_off()
|