Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_prepare.c37 uint8_t local_host_idx; in device_prepare() local
51 local_host_idx = ti_host_idx_lookup(host_id); in device_prepare()
52 if (local_host_idx == TI_HOST_IDX_NONE) { in device_prepare()
57 (local_device->exclusive != local_host_idx)) { in device_prepare()
67 *host_idx = local_host_idx; in device_prepare()