Searched refs:gpio_state (Results 1 - 8 of 8) sorted by relevance

/u-boot/arch/riscv/include/asm/arch-generic/
H A Dgpio.h25 enum gpio_state { enum
/u-boot/arch/riscv/include/asm/arch-fu540/
H A Dgpio.h25 enum gpio_state { enum
/u-boot/arch/riscv/include/asm/arch-fu740/
H A Dgpio.h25 enum gpio_state { enum
/u-boot/arch/x86/include/asm/arch-braswell/
H A Dgpio.h58 enum gpio_state { enum
178 #define GPIO_PAD_CONF(pad_name, mode_select, mode, gpio_config, gpio_state, \
189 (((gpio_state) == HIGH) ? 2 : 0)), \
196 (((gpio_state) != NA) ? ONE_BIT << 1 : 0)), \
/u-boot/drivers/gpio/
H A Dsandbox.c22 struct gpio_state { struct
28 static struct gpio_state *get_gpio_state(struct udevice *dev, uint offset)
31 struct gpio_state *state = dev_get_priv(dev);
44 struct gpio_state *state = get_gpio_state(dev, offset);
61 struct gpio_state *state = get_gpio_state(dev, offset);
77 struct gpio_state *state = get_gpio_state(dev, offset);
126 struct gpio_state *state = get_gpio_state(dev, offset);
234 struct gpio_state *state = get_gpio_state(dev, offset);
351 calloc(sizeof(struct gpio_state), uc_priv->gpio_count));
/u-boot/arch/arm/mach-imx/
H A Diomux-v3.c143 void imx_iomux_gpio_get_function(unsigned int gpio, u32 *gpio_state) argument
145 *gpio_state = readl(base + (gpio << 2)) &
/u-boot/arch/riscv/include/asm/arch-jh7110/
H A Dgpio.h38 enum gpio_state { enum
/u-boot/arch/arm/include/asm/mach-imx/
H A Diomux-v3.h280 u32 *gpio_state);

Completed in 71 milliseconds