Searched refs:GPIO_OE (Results 1 – 4 of 4) sorted by relevance
52 GPIO_OE = 9, enumerator143 clear_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); in msm_gpio_direction_input()156 set_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); in msm_gpio_direction_output()
44 #define GPIO_OE(x) (GPIO_REG(x) + 0x10) macro290 tegra_gpio_writel(bank->oe[p], GPIO_OE(gpio)); in tegra_gpio_resume()313 bank->oe[p] = tegra_gpio_readl(GPIO_OE(gpio)); in tegra_gpio_suspend()524 tegra_gpio_readl(GPIO_OE(gpio)), in dbg_gpio_show()
123 rts51x_add_cmd(chip, WRITE_REG_CMD, CARD_GPIO, GPIO_OE, GPIO_OE); in rts51x_reset_chip()
127 #define GPIO_OE 0x02 macro