Lines Matching full:atcm
29 /* This address can either be for ATCM or BTCM with the other at address 0x0 */
95 * @atcm_enable: flag to control ATCM enablement
377 * affected by ATCM & BTCM enable configuration values) so that ECC in k3_r5_rproc_prepare()
380 dev_dbg(dev, "zeroing out ATCM memory\n"); in k3_r5_rproc_prepare()
573 /* handle both R5 and SoC views of ATCM and BTCM */ in k3_r5_rproc_da_to_va()
977 static const char * const mem_names[] = {"atcm", "btcm"}; in k3_r5_core_of_get_internal_memories()
1021 * The R5F cores can place ATCM & BTCM anywhere in its address in k3_r5_core_of_get_internal_memories()
1023 * Control coprocessor. For now, place ATCM and BTCM at in k3_r5_core_of_get_internal_memories()
1027 if (!strcmp(mem_names[i], "atcm")) { in k3_r5_core_of_get_internal_memories()
1154 ret = of_property_read_u32(np, "ti,atcm-enable", &core->atcm_enable); in k3_r5_core_of_init()
1156 dev_err(dev, "invalid format for ti,atcm-enable, ret = %d\n", in k3_r5_core_of_init()