Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/ti/k3/common/drivers/ti_sci/
Dti_sci.c300 uint32_t *resets, uint8_t *p_state, in ti_sci_device_get_state() argument
309 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_device_get_state()
333 if (p_state) in ti_sci_device_get_state()
334 *p_state = resp.programmed_state; in ti_sci_device_get_state()
540 uint8_t p_state, c_state; in ti_sci_device_is_stop() local
545 ret = ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_stop()
550 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_device_is_stop()
569 uint8_t p_state, c_state; in ti_sci_device_is_on() local
575 ti_sci_device_get_state(id, NULL, NULL, &p_state, &c_state); in ti_sci_device_is_on()
580 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON); in ti_sci_device_is_on()