Searched defs:scu_regs (Results 1 – 3 of 3) sorted by relevance
32 struct scu_regs { struct33 u32 ctrl;34 u32 config;35 u32 status;36 u32 invalidate;37 u32 fpga_rev;
115 struct scu_regs { struct121 #define scu_base ((struct scu_regs *)ZYNQ_SCU_BASEADDR) argument
34 static struct scu_registers *scu_regs = variable