Searched refs:c_state (Results 1 – 1 of 1) sorted by relevance
| /openbmc/u-boot/drivers/firmware/ |
| H A D | ti_sci.c | 462 u8 *p_state, u8 *c_state) in ti_sci_get_device_state() argument 475 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state() 506 if (c_state) in ti_sci_get_device_state() 507 *c_state = resp->current_state; in ti_sci_get_device_state() 636 u8 p_state, c_state; in ti_sci_cmd_dev_is_stop() local 642 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_stop() 649 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF); in ti_sci_cmd_dev_is_stop() 667 u8 p_state, c_state; in ti_sci_cmd_dev_is_on() local 673 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_on() 680 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_cmd_dev_is_on() [all …]
|