Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 25 of 28) sorted by relevance

12

/SCP-firmware-master/module/system_pll/src/
A Dmod_system_pll.c25 enum mod_clock_state current_state; member
99 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in system_pll_set_rate()
192 *state = ctx->current_state; in system_pll_get_state()
228 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in system_pll_power_state_change()
244 unsigned int current_state, in system_pll_power_state_pending_change() argument
253 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in system_pll_power_state_pending_change()
301 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in system_pll_element_init()
/SCP-firmware-master/product/rcar/module/rcar_pd_sysc/src/
A Drcar_pd_sysc.c100 pd_ctx->current_state = MOD_PD_STATE_ON; in rcar_sysc_power()
102 pd_ctx->current_state = MOD_PD_STATE_OFF; in rcar_sysc_power()
109 *statee = pd_ctx->current_state; in rcar_sysc_power_get()
A Dmod_rcar_pd_sysc.c159 pd_ctx->current_state = MOD_PD_STATE_ON; in rcar_sysc_pd_init()
/SCP-firmware-master/product/morello/module/morello_pll/src/
A Dmod_morello_pll.c32 enum mod_clock_state current_state; member
76 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) { in pll_set_rate()
242 *state = ctx->current_state; in morello_pll_get_state()
276 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in morello_pll_power_state_change()
292 unsigned int current_state, in morello_pll_power_state_pending_change() argument
305 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in morello_pll_power_state_pending_change()
368 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in morello_pll_element_init()
/SCP-firmware-master/product/n1sdp/module/n1sdp_pll/src/
A Dmod_n1sdp_pll.c32 enum mod_clock_state current_state; member
76 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) { in pll_set_rate()
222 *state = ctx->current_state; in n1sdp_pll_get_state()
256 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in n1sdp_pll_power_state_change()
272 unsigned int current_state, in n1sdp_pll_power_state_pending_change() argument
285 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in n1sdp_pll_power_state_pending_change()
343 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in n1sdp_pll_element_init()
/SCP-firmware-master/product/synquacer/module/synquacer_pik_clock/src/
A Dmod_synquacer_pik_clock.c101 enum mod_clock_state current_state; member
361 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_set_rate()
422 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_set_state()
462 *state = ctx->current_state; in pik_clock_get_state()
473 *state = ctx->current_state; in pik_clock_get_state()
517 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in pik_clock_power_state_change()
548 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_direct_set_div()
577 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_direct_set_source()
614 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in pik_clock_direct_power_state_change()
616 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in pik_clock_direct_power_state_change()
[all …]
/SCP-firmware-master/module/pik_clock/src/
A Dmod_pik_clock.c104 enum mod_clock_state current_state; member
349 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_set_rate()
410 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_set_state()
450 *state = ctx->current_state; in pik_clock_get_state()
461 *state = ctx->current_state; in pik_clock_get_state()
507 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in pik_clock_power_state_change()
536 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_direct_set_div()
562 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in pik_clock_direct_set_source()
597 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in pik_clock_direct_power_state_change()
599 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in pik_clock_direct_power_state_change()
[all …]
/SCP-firmware-master/module/clock/src/
A Dclock_tree_management.c119 enum mod_clock_state current_state; in clock_management_process_state() local
136 status = ctx->api->get_state(ctx->config->driver_id, &current_state); in clock_management_process_state()
149 if (current_state == event_params->target_state) { in clock_management_process_state()
319 enum mod_clock_state current_state; in clock_connect_tree() local
340 status = clk->api->get_state(clk->config->driver_id, &current_state); in clock_connect_tree()
349 if (current_state != MOD_CLOCK_STATE_STOPPED) { in clock_connect_tree()
/SCP-firmware-master/product/rcar/module/rcar_pd_pmic_bd9571/include/
A Dmod_rcar_pd_pmic_bd9571.h65 unsigned int current_state; member
/SCP-firmware-master/product/rcar/module/rcar_pd_sysc/include/
A Dmod_rcar_pd_sysc.h44 unsigned int current_state; member
/SCP-firmware-master/product/rcar/module/rcar_pd_core/src/
A Dmod_rcar_pd_core.c47 pd_ctx->current_state = state; in rcar_pd_set_state()
54 pd_ctx->current_state = state; in rcar_pd_set_state()
73 *state = pd_ctx->current_state; in rcar_pd_get_state()
107 pd_ctx->current_state = state; in rcar_core_pd_set_state()
114 pd_ctx->current_state = state; in rcar_core_pd_set_state()
221 pd_ctx->current_state = MOD_PD_STATE_ON; in rcar_pd_init()
/SCP-firmware-master/product/rcar/module/rcar_mstp_clock/src/
A Dmod_rcar_mstp_clock.c61 ctx->current_state = target_state; in mstp_clock_set_state()
70 *state = ctx->current_state; in mstp_clock_get_state()
81 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in mstp_clock_hw_initial_set_state()
83 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in mstp_clock_hw_initial_set_state()
/SCP-firmware-master/product/rcar/module/rcar_pd_core/include/
A Dmod_rcar_pd_core.h155 unsigned int current_state; member
/SCP-firmware-master/product/rcar/module/rcar_sd_clock/src/
A Dmod_rcar_sd_clock.c116 if (ctx->current_state == MOD_CLOCK_STATE_STOPPED) in sd_clock_set_rate()
176 ctx->current_state = target_state; in sd_clock_set_state()
186 *state = ctx->current_state; in sd_clock_get_state()
227 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in sd_clock_hw_initial_set_state()
232 ctx->current_state = MOD_CLOCK_STATE_RUNNING; in sd_clock_hw_initial_set_state()
236 ctx->current_state = MOD_CLOCK_STATE_STOPPED; in sd_clock_hw_initial_set_state()
/SCP-firmware-master/module/power_domain/src/
A Dmod_power_domain.c147 unsigned int current_state; member
657 params->current_state = pd->current_state; in initiate_power_state_pre_transition_notification()
1021 *state = pd->current_state; in process_get_state_request()
1033 composite_state |= pd->current_state << shift; in process_get_state_request()
1075 (child->current_state != MOD_PD_STATE_OFF)) { in process_reset_request()
1181 previous_state = pd->current_state; in process_power_state_transition_report()
1182 pd->current_state = new_state; in process_power_state_transition_report()
1268 (pd->current_state == MOD_PD_STATE_OFF)) { in process_system_suspend_request()
2076 pd->current_state) { in process_power_state_transition_notification_response()
2083 pd->current_state; in process_power_state_transition_notification_response()
[all …]
/SCP-firmware-master/module/css_clock/include/
A Dmod_css_clock.h158 unsigned int current_state,
/SCP-firmware-master/product/rcar/module/rcar_mstp_clock/include/
A Dmod_rcar_mstp_clock.h53 enum mod_clock_state current_state; member
/SCP-firmware-master/product/rcar/module/rcar_clock/include/
A Dmod_rcar_clock.h148 unsigned int current_state,
310 enum mod_clock_state current_state; member
/SCP-firmware-master/product/rcar/module/rcar_pd_pmic_bd9571/src/
A Dmod_rcar_pd_pmic_bd9571.c62 pd_ctx->current_state = state; in pd_set_state()
72 *state = pd_ctx->current_state; in pd_get_state()
/SCP-firmware-master/product/rcar/module/rcar_sd_clock/include/
A Dmod_rcar_sd_clock.h91 enum mod_clock_state current_state; member
/SCP-firmware-master/module/clock/include/
A Dmod_clock.h370 unsigned int current_state,
/SCP-firmware-master/product/morello/module/dmc_bing/src/
A Dmod_dmc_bing.c90 uint32_t current_state; in dmc_bing_abort_recover() local
93 current_state = dmc->MEMC_STATUS & MOD_DMC_BING_MEMC_STATUS; in dmc_bing_abort_recover()
95 if ((current_state == DMC_BING_ABORTED_STATE) || in dmc_bing_abort_recover()
96 (current_state == DMC_BING_RECOVER_STATE)) { in dmc_bing_abort_recover()
136 dmc->MEMC_CMD = current_state; in dmc_bing_abort_recover()
140 while ((dmc->MEMC_STATUS & MOD_DMC_BING_MEMC_STATUS) != current_state) { in dmc_bing_abort_recover()
146 FWK_LOG_INFO("[DDR] Resuming operation in state %" PRIu32, current_state); in dmc_bing_abort_recover()
/SCP-firmware-master/product/n1sdp/module/n1sdp_dmc620/src/
A Dmod_n1sdp_dmc620.c49 uint32_t current_state; in dmc620_abort_recover() local
52 current_state = dmc->MEMC_STATUS & 0x00000007; in dmc620_abort_recover()
54 if (current_state > 3) { in dmc620_abort_recover()
93 dmc->MEMC_CMD = current_state; in dmc620_abort_recover()
97 while ((dmc->MEMC_STATUS & 0x00000007) != current_state) { in dmc620_abort_recover()
103 FWK_LOG_INFO("[DDR] Resuming operation in state %" PRIu32, current_state); in dmc620_abort_recover()
/SCP-firmware-master/module/power_domain/include/
A Dmod_power_domain.h689 unsigned int current_state; member
/SCP-firmware-master/module/css_clock/src/
A Dmod_css_clock.c290 unsigned int current_state, in css_clock_pending_power_state_change() argument
307 dev_config->member_table[clock_idx], current_state, next_state); in css_clock_pending_power_state_change()

Completed in 44 milliseconds

12