Searched refs:tzpc (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | tzpc.c | 15 struct exynos_tzpc *tzpc; in tzpc_init() local 26 tzpc = (struct exynos_tzpc *)addr; in tzpc_init() 29 writel(R0SIZE, &tzpc->r0size); in tzpc_init() 31 writel(DECPROTXSET, &tzpc->decprot0set); in tzpc_init() 32 writel(DECPROTXSET, &tzpc->decprot1set); in tzpc_init() 37 writel(DECPROTXSET, &tzpc->decprot2set); in tzpc_init() 38 writel(DECPROTXSET, &tzpc->decprot3set); in tzpc_init()
|
H A D | Makefile | 16 obj-y += spl_boot.o tzpc.o
|
/openbmc/u-boot/arch/arm/cpu/armv7/sunxi/ |
H A D | tzpc.c | 13 struct sunxi_tzpc *tzpc = (struct sunxi_tzpc *)SUNXI_TZPC_BASE; in tzpc_init() local 17 writel(SUN6I_TZPC_DECPORT0_RTC, &tzpc->decport0_set); in tzpc_init() 22 writel(SUN8I_H3_TZPC_DECPORT0_ALL, &tzpc->decport0_set); in tzpc_init() 23 writel(SUN8I_H3_TZPC_DECPORT1_ALL, &tzpc->decport1_set); in tzpc_init() 24 writel(SUN8I_H3_TZPC_DECPORT2_ALL, &tzpc->decport2_set); in tzpc_init()
|
H A D | Makefile | 10 obj-$(CONFIG_MACH_SUN6I) += tzpc.o 11 obj-$(CONFIG_MACH_SUN8I_H3) += tzpc.o
|
/openbmc/u-boot/arch/arm/mach-exynos/include/mach/ |
H A D | cpu.h | 316 SAMSUNG_BASE(tzpc, TZPC_BASE)
|
/openbmc/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp13.c | 815 static struct clk_stm32_gate tzpc = { variable 1363 STM32_GATE_CFG(TZPC, tzpc, SECF_TZC),
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |