Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci.c318 uint8_t *c_state) in ti_sci_device_get_state() argument
326 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_device_get_state()
352 if (c_state) in ti_sci_device_get_state()
353 *c_state = resp.current_state; in ti_sci_device_get_state()
557 uint8_t p_state, c_state; in ti_sci_device_is_stop() local
562 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop()
569 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF); in ti_sci_device_is_stop()
586 uint8_t p_state, c_state; in ti_sci_device_is_on() local
592 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on()
599 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_device_is_on()
[all …]