Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci.c344 uint32_t *resets, uint8_t *p_state, in ti_sci_device_get_state() argument
353 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_device_get_state()
377 if (p_state) in ti_sci_device_get_state()
378 *p_state = resp.programmed_state; in ti_sci_device_get_state()
584 uint8_t p_state, c_state; in ti_sci_device_is_stop() local
589 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop()
594 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_device_is_stop()
613 uint8_t p_state, c_state; in ti_sci_device_is_on() local
619 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on()
624 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON); in ti_sci_device_is_on()