Home
last modified time | relevance | path

Searched refs:TEGRA_APB_MISC_BASE (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.6/arch/arm/mach-tegra/
Dsleep-tegra20.S400 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGCPADCTRL
401 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGDPADCTRL
402 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CLKCFGPADCTRL
403 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2COMPPADCTRL
404 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2VTTGENPADCTRL
405 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGCPADCTRL2
406 .word TEGRA_APB_MISC_BASE + APB_MISC_XM2CFGDPADCTRL2
Dreset-handler.S44 tegra_get_soc_id TEGRA_APB_MISC_BASE, r6
144 tegra_get_soc_id TEGRA_APB_MISC_BASE, r6
Diomap.h52 #define TEGRA_APB_MISC_BASE 0x70000000 macro
Dsleep-tegra30.S379 tegra_get_soc_id TEGRA_APB_MISC_BASE, r10
424 tegra_get_soc_id TEGRA_APB_MISC_BASE, r1
706 tegra_get_soc_id TEGRA_APB_MISC_BASE, r1
758 tegra_get_soc_id TEGRA_APB_MISC_BASE, r10
793 tegra_get_soc_id TEGRA_APB_MISC_BASE, r10
Dsleep.h18 #define TEGRA_APB_MISC_VIRT (TEGRA_APB_MISC_BASE - IO_APB_PHYS \
/Linux-v6.6/arch/arm/include/debug/
Dtegra.S22 #define TEGRA_APB_MISC_BASE 0x70000000 macro
37 #define TEGRA_APB_MISC_GP_HIDREV (TEGRA_APB_MISC_BASE + 0x804)
/Linux-v6.6/drivers/staging/media/tegra-video/
Dtegra20.c230 const phys_addr_t TEGRA_APB_MISC_BASE = 0x70000000; in tegra20_vi_enable() local
235 apb_misc = ioremap(TEGRA_APB_MISC_BASE, PAGE_SIZE); in tegra20_vi_enable()