Searched defs:scu_regs (Results 1 – 3 of 3) sorted by relevance
33 struct scu_regs { struct34 u32 ctrl;35 u32 config;36 u32 status;37 u32 invalidate;38 u32 fpga_rev;
110 struct scu_regs { struct116 #define scu_base ((struct scu_regs *)ZYNQ_SCU_BASEADDR) argument
37 static struct scu_registers *scu_regs = variable
Completed in 7 milliseconds