Home
last modified time | relevance | path

Searched defs:gpio_regs (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpio/
H A Dgpio-zynq.c104 struct gpio_regs { struct
105 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
H A Dgpio-lpc32xx.c71 struct gpio_regs { struct
72 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;
/linux/arch/powerpc/platforms/pasemi/
H A Dgpio_mdio.c27 static void __iomem *gpio_regs; variable
/linux/sound/soc/codecs/
H A Dcs35l45.c1069 unsigned int gpio_regs[] = {CS35L45_GPIO1_CTRL1, CS35L45_GPIO2_CTRL1, in cs35l45_apply_property_config() local