Searched refs:scu_regs (Results 1 – 4 of 4) sorted by relevance
32 struct scu_regs { struct62 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()
34 static struct scu_registers *scu_regs = variable103 setbits_le32(&scu_regs->sacr, 0xfff); in board_init_f()
34 static struct scu_registers *scu_regs = variable205 setbits_le32(&scu_regs->sacr, 0xfff); in arch_early_init_r()
118 struct scu_regs { struct124 #define scu_base ((struct scu_regs *)ZYNQ_SCU_BASEADDR) argument