Searched full:atcm (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/remoteproc/ |
D | ti,k3-r5f-rproc.yaml | 88 ATCM and BTCM) provide read/write performance on par with the core's L1 111 - description: Address and Size of the ATCM internal memory region 116 - const: atcm 161 ti,atcm-enable: 165 R5F core configuration mode dictating if ATCM should be enabled. The 166 R5F address of ATCM is dictated by ti,loczrama property. Should be 184 address 0 (from core's view). Should be either a value of 1 (ATCM 280 reg-names = "atcm", "btcm"; 286 ti,atcm-enable = <1>; 299 reg-names = "atcm", "btcm"; [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-am62a.dtsi | 83 <0x00 0x79000000 0x00 0x79000000 0x00 0x00008000>, /* MCU R5 ATCM */ 92 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM */ 100 <0x00 0x79000000 0x00 0x79000000 0x00 0x00008000>, /* MCU R5 ATCM */ 113 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
|
D | k3-am65-mcu.dtsi | 313 reg-names = "atcm", "btcm"; 319 ti,atcm-enable = <1>; 328 reg-names = "atcm", "btcm"; 334 ti,atcm-enable = <1>;
|
D | k3-j7200-mcu-wakeup.dtsi | 352 reg-names = "atcm", "btcm"; 358 ti,atcm-enable = <1>; 367 reg-names = "atcm", "btcm"; 373 ti,atcm-enable = <1>;
|
D | k3-j721e-mcu-wakeup.dtsi | 367 reg-names = "atcm", "btcm"; 373 ti,atcm-enable = <1>; 382 reg-names = "atcm", "btcm"; 388 ti,atcm-enable = <1>;
|
D | k3-am64-main.dtsi | 727 reg-names = "atcm", "btcm"; 733 ti,atcm-enable = <1>; 742 reg-names = "atcm", "btcm"; 748 ti,atcm-enable = <1>; 769 reg-names = "atcm", "btcm"; 775 ti,atcm-enable = <1>; 784 reg-names = "atcm", "btcm"; 790 ti,atcm-enable = <1>;
|
D | k3-j7200-main.dtsi | 782 reg-names = "atcm", "btcm"; 788 ti,atcm-enable = <1>; 797 reg-names = "atcm", "btcm"; 803 ti,atcm-enable = <1>;
|
D | k3-j721e-main.dtsi | 1631 reg-names = "atcm", "btcm"; 1637 ti,atcm-enable = <1>; 1646 reg-names = "atcm", "btcm"; 1652 ti,atcm-enable = <1>; 1671 reg-names = "atcm", "btcm"; 1677 ti,atcm-enable = <1>; 1686 reg-names = "atcm", "btcm"; 1692 ti,atcm-enable = <1>;
|
/Linux-v6.1/drivers/remoteproc/ |
D | ti_k3_r5_remoteproc.c | 29 /* This address can either be for ATCM or BTCM with the other at address 0x0 */ 123 * @atcm_enable: flag to control ATCM enablement 472 * affected by ATCM & BTCM enable configuration values) so that ECC in k3_r5_rproc_prepare() 475 dev_dbg(dev, "zeroing out ATCM 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() [all …]
|
/Linux-v6.1/drivers/soc/tegra/cbb/ |
D | tegra194-cbb.c | 879 [0x21] = "multiport0_t/T/atcm",
|