Home
last modified time | relevance | path

Searched refs:GPIO_CONFIG (Results 1 – 1 of 1) sorted by relevance

/drivers/gpio/
Dgpio-msm-v2.c82 #define GPIO_CONFIG(gpio) (MSM_TLMM_BASE + 0x1000 + (0x10 * (gpio))) macro
142 clear_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); in msm_gpio_direction_input()
155 set_gpio_bits(BIT(GPIO_OE), GPIO_CONFIG(offset)); in msm_gpio_direction_output()