Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/mt8183/drivers/mcsi/
Dmcsi.c20 static unsigned int cci_cluster_ix_to_iface[MAX_CLUSTERS]; variable
33 cci_cluster_ix_to_iface[i] = SLAVE_IFACE_OFFSET(i); in mcsi_init()
71 assert(cci_cluster_ix_to_iface[cluster_id] != 0); in get_slave_iface_base()
73 return cci_base_addr + cci_cluster_ix_to_iface[cluster_id]; in get_slave_iface_base()