Lines Matching full:btcm
29 /* This address can either be for ATCM or BTCM with the other at address 0x0 */
124 * @btcm_enable: flag to control BTCM enablement
472 * affected by ATCM & BTCM enable configuration values) so that ECC in k3_r5_rproc_prepare()
478 dev_dbg(dev, "zeroing out BTCM memory\n"); in k3_r5_rproc_prepare()
735 /* handle both R5 and SoC views of ATCM and BTCM */ in k3_r5_rproc_da_to_va()
1057 * split equally into two 32 KB banks between ATCM and BTCM. The TCMs from both
1088 dev_dbg(cdev, "adjusted TCM sizes, ATCM = 0x%zx BTCM = 0x%zx\n", in k3_r5_adjust_tcm_sizes()
1101 * In IPC-only mode, the driver state flags for ATCM, BTCM and LOCZRAMA settings
1349 static const char * const mem_names[] = {"atcm", "btcm"}; in k3_r5_core_of_get_internal_memories()
1393 * The R5F cores can place ATCM & BTCM anywhere in its address in k3_r5_core_of_get_internal_memories()
1395 * Control coprocessor. For now, place ATCM and BTCM at in k3_r5_core_of_get_internal_memories()
1533 ret = of_property_read_u32(np, "ti,btcm-enable", &core->btcm_enable); in k3_r5_core_of_init()
1535 dev_err(dev, "invalid format for ti,btcm-enable, ret = %d\n", in k3_r5_core_of_init()