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

/linux-4.1.27/drivers/gpio/
H A Dgpio-tz1090-pdc.c24 #define REG_SOC_GPIO_CONTROL1 0x04 macro
78 value = pdc_read(priv, REG_SOC_GPIO_CONTROL1); tz1090_pdc_gpio_direction_input()
80 pdc_write(priv, REG_SOC_GPIO_CONTROL1, value); tz1090_pdc_gpio_direction_input()
105 value = pdc_read(priv, REG_SOC_GPIO_CONTROL1); tz1090_pdc_gpio_direction_output()
107 pdc_write(priv, REG_SOC_GPIO_CONTROL1, value); tz1090_pdc_gpio_direction_output()

Completed in 49 milliseconds