Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/renesas/rza/cpg/
H A Dcpg.c816 case CPG_CLOCK_OCTA: in cpg_clock_on()
817 cpg_clock_onoff(CPG_CLOCK_OCTA, 3, 1); in cpg_clock_on()
830 case CPG_CLOCK_OCTA: in cpg_clock_off()
831 cpg_clock_onoff(CPG_CLOCK_OCTA, 3, 0); in cpg_clock_off()
844 case CPG_CLOCK_OCTA: in cpg_reset_on()
845 cpg_reset_onoff(CPG_CLOCK_OCTA, 1, 1); in cpg_reset_on()
858 case CPG_CLOCK_OCTA: in cpg_reset_off()
859 cpg_reset_onoff(CPG_CLOCK_OCTA, 1, 0); in cpg_reset_off()
/rk3399_ARM-atf/include/drivers/renesas/rza/cpg/
H A Dcpg.h19 CPG_CLOCK_OCTA = 61, enumerator