Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_devices.c1095 .lpsc_dev.dev_array = {
1105 .lpsc_dev.dev_array = {
1117 .lpsc_dev.dev_array = {
1128 .lpsc_dev.dev_array = {
1138 .lpsc_dev.dev_array = {
1150 .lpsc_dev.dev_array = {
1162 .lpsc_dev.dev_array = {
1174 .lpsc_dev.dev_array = {
1186 .lpsc_dev.dev_array = {
1198 .lpsc_dev.dev_array = {
[all …]
/rk3399_ARM-atf/drivers/ti/pd/
H A Dti_device_psc.c473 for (i = 0U; mdata->lpsc_dev.dev_array[i] != dev_id; i++) { in ti_soc_device_verify_mapping()
474 if ((i >= (ARRAY_SIZE(mdata->lpsc_dev.dev_array) - 1UL)) || in ti_soc_device_verify_mapping()
475 (mdata->lpsc_dev.dev_array[i] == TI_DEV_ID_NONE)) { in ti_soc_device_verify_mapping()
/rk3399_ARM-atf/drivers/ti/pd/include/
H A Dti_psc.h174 ti_dev_idx_t dev_array[sizeof(void *) / sizeof(ti_dev_idx_t)]; member