Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/common/pm/include/
H A Dti_host_idx_mapping.h12 #define TI_HOST_IDX_NONE 255U macro
19 return (host_id < soc_host_indexes_count) ? soc_host_indexes[host_id] : TI_HOST_IDX_NONE; in ti_host_idx_lookup()
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_prepare.c52 if (local_host_idx == TI_HOST_IDX_NONE) { in device_prepare()