Searched refs:tegra_mc_write_32 (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/memctrl/ |
D | memctrl_v1.c | 34 tegra_mc_write_32(MC_SMMU_TRANSLATION_ENABLE_0_0, in tegra_memctrl_setup() 36 tegra_mc_write_32(MC_SMMU_TRANSLATION_ENABLE_1_0, in tegra_memctrl_setup() 38 tegra_mc_write_32(MC_SMMU_TRANSLATION_ENABLE_2_0, in tegra_memctrl_setup() 40 tegra_mc_write_32(MC_SMMU_TRANSLATION_ENABLE_3_0, in tegra_memctrl_setup() 42 tegra_mc_write_32(MC_SMMU_TRANSLATION_ENABLE_4_0, in tegra_memctrl_setup() 45 tegra_mc_write_32(MC_SMMU_ASID_SECURITY_0, MC_SMMU_ASID_SECURITY); in tegra_memctrl_setup() 47 tegra_mc_write_32(MC_SMMU_TLB_CONFIG_0, MC_SMMU_TLB_CONFIG_0_RESET_VAL); in tegra_memctrl_setup() 48 tegra_mc_write_32(MC_SMMU_PTC_CONFIG_0, MC_SMMU_PTC_CONFIG_0_RESET_VAL); in tegra_memctrl_setup() 51 tegra_mc_write_32(MC_SMMU_PTC_FLUSH_0, MC_SMMU_PTC_FLUSH_ALL); in tegra_memctrl_setup() 53 tegra_mc_write_32(MC_SMMU_TLB_FLUSH_0, MC_SMMU_TLB_FLUSH_ALL); in tegra_memctrl_setup() [all …]
|
D | memctrl_v2.c | 46 tegra_mc_write_32(MC_CLIENT_HOTRESET_CTRL0, wdata_0); in tegra_memctrl_reconfig_mss_clients() 71 tegra_mc_write_32(MC_CLIENT_HOTRESET_CTRL1, wdata_1); in tegra_memctrl_reconfig_mss_clients() 178 tegra_mc_write_32(MC_PCFIFO_CLIENT_CONFIG1, val); in tegra_memctrl_reconfig_mss_clients() 183 tegra_mc_write_32(MC_PCFIFO_CLIENT_CONFIG2, val); in tegra_memctrl_reconfig_mss_clients() 187 tegra_mc_write_32(MC_PCFIFO_CLIENT_CONFIG3, val); in tegra_memctrl_reconfig_mss_clients() 198 tegra_mc_write_32(MC_PCFIFO_CLIENT_CONFIG4, val); in tegra_memctrl_reconfig_mss_clients() 202 tegra_mc_write_32(MC_PCFIFO_CLIENT_CONFIG5, val); in tegra_memctrl_reconfig_mss_clients() 217 tegra_mc_write_32(MC_SMMU_CLIENT_CONFIG1, val); in tegra_memctrl_reconfig_mss_clients() 222 tegra_mc_write_32(MC_SMMU_CLIENT_CONFIG2, val); in tegra_memctrl_reconfig_mss_clients() 226 tegra_mc_write_32(MC_SMMU_CLIENT_CONFIG3, val); in tegra_memctrl_reconfig_mss_clients() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/ |
D | memctrl_v2.h | 417 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() function 450 tegra_mc_write_32(MC_TXN_OVERRIDE_CONFIG_##client, \ 456 tegra_mc_write_32(MC_TXN_OVERRIDE_CONFIG_##client, \ 463 tegra_mc_write_32(MC_TXN_OVERRIDE_CONFIG_##client, \
|
D | memctrl_v1.h | 51 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() function
|