Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c461 u32 id, u32 *clcnt, u32 *resets, in ti_sci_get_device_state() argument
475 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state()
500 if (clcnt) in ti_sci_get_device_state()
501 *clcnt = resp->context_loss_count; in ti_sci_get_device_state()
/openbmc/linux/drivers/firmware/
H A Dti_sci.c563 u32 id, u32 *clcnt, u32 *resets, in ti_sci_get_device_state() argument
578 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state()
607 if (clcnt) in ti_sci_get_device_state()
608 *clcnt = resp->context_loss_count; in ti_sci_get_device_state()