Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_pm.c87 assert((TI_DEV_FLAG_ENABLED(host_idx) & TI_DEV_FLAG_ENABLED_MASK) != 0UL); in ti_device_set_state()
92 device_ptr->flags |= (uint32_t)TI_DEV_FLAG_ENABLED(host_idx); in ti_device_set_state()
94 device_ptr->flags &= ~(uint32_t)TI_DEV_FLAG_ENABLED(host_idx); in ti_device_set_state()
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_device.h49 #define TI_DEV_FLAG_ENABLED(host_idx) (1ULL << ((TI_DEV_FLAG_ENABLED_BIT) + (host_idx))) macro
52 #define TI_DEV_FLAG_POWER_ON_ENABLED TI_DEV_FLAG_ENABLED(TI_DEV_POWER_ON_ENABLED_HOST_IDX)