Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_pm.c102 device_ptr->flags &= ~(uint32_t)TI_DEV_FLAG_POWER_ON_ENABLED; in ti_device_set_state()
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_device.h52 #define TI_DEV_FLAG_POWER_ON_ENABLED TI_DEV_FLAG_ENABLED(TI_DEV_POWER_ON_ENABLED_HOST_IDX) macro