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