Searched refs:TEGRA_CAR_RESET_BASE (Results 1 – 13 of 13) sorted by relevance
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/ |
D | plat_psci_handlers.c | 281 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_GPU_RESET_REG_OFFSET, val); in tegra_reset_all_dma_masters() 285 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_Y, val); in tegra_reset_all_dma_masters() 290 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_L, val); in tegra_reset_all_dma_masters() 293 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_H, val); in tegra_reset_all_dma_masters() 297 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_U, val); in tegra_reset_all_dma_masters() 300 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_V, val); in tegra_reset_all_dma_masters() 306 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_GPU_RESET_REG_OFFSET); in tegra_reset_all_dma_masters() 313 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_Y); in tegra_reset_all_dma_masters() 320 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_L); in tegra_reset_all_dma_masters() 325 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_SET_H); in tegra_reset_all_dma_masters() [all …]
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/ |
D | security_engine.c | 921 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_OUT_ENB_W); in tegra_se_enable_clocks() 923 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_OUT_ENB_W, val); in tegra_se_enable_clocks() 926 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEVICES_W); in tegra_se_enable_clocks() 928 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEVICES_W, val); in tegra_se_enable_clocks() 934 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_RST_CTL_CLK_SRC_SE, in tegra_se_enable_clocks() 938 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_OUT_ENB_V); in tegra_se_enable_clocks() 940 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_OUT_ENB_V, val); in tegra_se_enable_clocks() 943 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEVICES_V); in tegra_se_enable_clocks() 945 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEVICES_V, val); in tegra_se_enable_clocks() 953 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_OUT_ENB_W); in tegra_se_disable_clocks() [all …]
|
/external/arm-trusted-firmware/plat/nvidia/tegra/common/ |
D | tegra_sip_calls.c | 84 regval = mmio_read_32(TEGRA_CAR_RESET_BASE + in tegra_sip_handler() 97 regval = mmio_read_32(TEGRA_CAR_RESET_BASE + in tegra_sip_handler() 100 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_GPU_RESET_GPU_SET_OFFSET, in tegra_sip_handler()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t132/ |
D | plat_psci_handlers.c | 98 mmio_write_32(TEGRA_CAR_RESET_BASE + CPU_CMPLX_RESET_CLR, mask); in tegra_soc_pwr_domain_on() 189 mmio_write_32((uintptr_t)TEGRA_CAR_RESET_BASE + SCLK_BURST_POLICY, in tegra_soc_prepare_system_reset() 191 mmio_write_32((uintptr_t)TEGRA_CAR_RESET_BASE + SCLK_RATE, 0); in tegra_soc_prepare_system_reset()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/flowctrl/ |
D | flowctrl.c | 268 mmio_write_32(TEGRA_CAR_RESET_BASE + CLK_RST_DEV_L_SET, CLK_BPMP_RST); in tegra_fc_bpmp_on() 279 mmio_write_32(TEGRA_CAR_RESET_BASE + CLK_RST_DEV_L_CLR, CLK_BPMP_RST); in tegra_fc_bpmp_on() 294 mmio_write_32(TEGRA_CAR_RESET_BASE + CLK_RST_DEV_L_SET, CLK_BPMP_RST); in tegra_fc_bpmp_off()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/gpcdma/ |
D | gpcdma.c | 71 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_GPCDMA_RST_SET_REG_OFFSET, in tegra_gpcdma_init() 77 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_GPCDMA_RST_CLR_REG_OFFSET, in tegra_gpcdma_init()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp/ |
D | bpmp.c | 137 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_ENB_V); in tegra_bpmp_init() 143 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_RST_DEV_CLR_V); in tegra_bpmp_init()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/include/t132/ |
D | tegra_def.h | 54 #define TEGRA_CAR_RESET_BASE U(0x60006000) macro
|
/external/arm-trusted-firmware/plat/nvidia/tegra/include/t210/ |
D | tegra_def.h | 114 #define TEGRA_CAR_RESET_BASE U(0x60006000) macro
|
/external/arm-trusted-firmware/plat/nvidia/tegra/include/t186/ |
D | tegra_def.h | 239 #define TEGRA_CAR_RESET_BASE U(0x05000000) macro
|
/external/arm-trusted-firmware/plat/nvidia/tegra/include/t194/ |
D | tegra_def.h | 280 #define TEGRA_CAR_RESET_BASE U(0x20000000) macro
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/ |
D | plat_setup.c | 97 MAP_REGION_FLAT(TEGRA_CAR_RESET_BASE, 0x10000U, /* 64KB */
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/ |
D | plat_setup.c | 135 MAP_REGION_FLAT(TEGRA_CAR_RESET_BASE, 0x10000U, /* 64KB */
|