Home
last modified time | relevance | path

Searched refs:TEGRA_CLK_OUT_ENB_W (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/
Dsecurity_engine.c921 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()
953 val = mmio_read_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_OUT_ENB_W); in tegra_se_disable_clocks()
955 mmio_write_32(TEGRA_CAR_RESET_BASE + TEGRA_CLK_OUT_ENB_W, val); in tegra_se_disable_clocks()
/external/arm-trusted-firmware/plat/nvidia/tegra/include/t210/
Dtegra_def.h155 #define TEGRA_CLK_OUT_ENB_W U(0x364) macro