Searched defs:gpio_regs (Results 1 – 5 of 5) sorted by relevance
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
1069 unsigned int gpio_regs[] = {CS35L45_GPIO1_CTRL1, CS35L45_GPIO2_CTRL1, in cs35l45_apply_property_config() local
338 const struct rockchip_gpio_regs *gpio_regs; member