Home
last modified time | relevance | path

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

/drivers/gpio/
Dgpio-sa1100.c35 GPDR &= ~GPIO_GPIO(offset); in sa1100_direction_input()
46 GPDR |= GPIO_GPIO(offset); in sa1100_direction_output()
Dgpio-langwell.c57 GPDR, /* pin direction */ enumerator
136 void __iomem *gpdr = gpio_reg(chip, offset, GPDR); in lnw_gpio_direction_input()
159 void __iomem *gpdr = gpio_reg(chip, offset, GPDR); in lnw_gpio_direction_output()
/drivers/video/
Dsa1100fb.c768 GPDR |= mask; in sa1100fb_setup_gpio()