Searched refs:cg (Results 1 – 5 of 5) sorted by relevance
29 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_disable() local31 return ccu_gate_helper_disable(&cg->common, cg->enable); in ccu_gate_disable()56 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_enable() local58 return ccu_gate_helper_enable(&cg->common, cg->enable); in ccu_gate_enable()76 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_is_enabled() local78 return ccu_gate_helper_is_enabled(&cg->common, cg->enable); in ccu_gate_is_enabled()84 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_recalc_rate() local87 if (cg->common.features & CCU_FEATURE_ALL_PREDIV) in ccu_gate_recalc_rate()89 rate /= cg->common.prediv; in ccu_gate_recalc_rate()98 struct ccu_gate *cg = hw_to_ccu_gate(hw); in ccu_gate_round_rate() local[all …]
629 struct usbdc_change_handler *cg = (struct usbdc_change_handler *)usbdc.handlers.change_list.head; in usbdc_change_notify() local631 while (cg != NULL) { in usbdc_change_notify()632 if (NULL != cg->cb) { in usbdc_change_notify()633 cg->cb(change, value); in usbdc_change_notify()635 cg = cg->next; in usbdc_change_notify()
31 volatile uint32_t cg; /**< ADV_TIMERS channels clock gating configuration register. */ member
615 uint32_t cg:1; member
Completed in 33 milliseconds