Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_pm.c126 is_retention = ((device_ptr->flags & TI_DEV_FLAG_RETENTION) != 0U); in ti_device_set_retention()
133 device_ptr->flags |= (uint32_t)TI_DEV_FLAG_RETENTION; in ti_device_set_retention()
136 device_ptr->flags &= ~(uint32_t)TI_DEV_FLAG_RETENTION; in ti_device_set_retention()
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_device.h43 #define TI_DEV_FLAG_RETENTION BIT(4) macro