Searched refs:CPG_CLOCK_SPIM (Results 1 – 3 of 3) sorted by relevance
813 case CPG_CLOCK_SPIM: in cpg_clock_on()814 cpg_clock_onoff(CPG_CLOCK_SPIM, 3, 1); in cpg_clock_on()827 case CPG_CLOCK_SPIM: in cpg_clock_off()828 cpg_clock_onoff(CPG_CLOCK_SPIM, 3, 0); in cpg_clock_off()841 case CPG_CLOCK_SPIM: in cpg_reset_on()842 cpg_reset_onoff(CPG_CLOCK_SPIM, 1, 1); in cpg_reset_on()855 case CPG_CLOCK_SPIM: in cpg_reset_off()856 cpg_reset_onoff(CPG_CLOCK_SPIM, 1, 0); in cpg_reset_off()
18 CPG_CLOCK_SPIM = 20, enumerator
42 cpg_reset_off(CPG_CLOCK_SPIM); in rpc_setup()