Searched defs:gpio_regs (Results 1 – 5 of 5) sorted by relevance
99 struct gpio_regs { struct100 u32 datamsw[ZYNQMP_GPIO_MAX_BANK];101 u32 datalsw[ZYNQMP_GPIO_MAX_BANK];102 u32 dirm[ZYNQMP_GPIO_MAX_BANK];126 struct gpio_regs context; argument
31 struct gpio_regs { struct53 struct gpio_regs context; argument
71 struct gpio_regs { struct72 unsigned long inp_state;73 unsigned long outp_state;74 unsigned long outp_set;75 unsigned long outp_clr;76 unsigned long dir_set;77 unsigned long dir_clr;
27 static void __iomem *gpio_regs; variable
46 u32 gpio_regs[SIRFSOC_GPIO_NO_OF_BANKS][SIRFSOC_GPIO_BANK_SIZE]; member