Home
last modified time | relevance | path

Searched refs:scu_regs (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dsoc.c32 struct scu_regs { struct
62 struct scu_regs *scu = (struct scu_regs *)SCU_BASE_ADDR; in get_nr_cpus()
75 struct scu_regs *scu = (struct scu_regs *)SCU_BASE_ADDR; in get_cpu_rev()
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dspl.c34 static struct scu_registers *scu_regs = variable
116 setbits_le32(&scu_regs->sacr, 0xfff); in board_init_f()
H A Dmisc_gen5.c37 static struct scu_registers *scu_regs = variable
269 setbits_le32(&scu_regs->sacr, 0xfff); in arch_early_init_r()
/OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/include/mach/
H A Dhardware.h119 struct scu_regs { struct
125 #define scu_base ((struct scu_regs *)ZYNQ_SCU_BASEADDR) argument