Searched defs:gpio_regs (Results 1 – 5 of 5) sorted by relevance
31 struct gpio_regs { struct53 struct gpio_regs context; argument
104 struct gpio_regs { struct105 u32 datamsw[ZYNQMP_GPIO_MAX_BANK];106 u32 datalsw[ZYNQMP_GPIO_MAX_BANK];107 u32 dirm[ZYNQMP_GPIO_MAX_BANK];108 u32 outen[ZYNQMP_GPIO_MAX_BANK];132 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