Searched defs:tgpio (Results 1 - 1 of 1) sorted by relevance

/drivers/gpio/
H A Dgpio-timberdale.c56 struct timbgpio *tgpio = container_of(gpio, struct timbgpio, gpio); local
59 spin_lock(&tgpio->lock);
60 reg = ioread32(tgpio->membase + offset);
67 iowrite32(reg, tgpio->membase + offset);
68 spin_unlock(&tgpio->lock);
80 struct timbgpio *tgpio = container_of(gpio, struct timbgpio, gpio); local
83 value = ioread32(tgpio->membase + TGPIOVAL);
101 struct timbgpio *tgpio = container_of(gpio, struct timbgpio, gpio); local
103 if (tgpio->irq_base <= 0)
106 return tgpio
114 struct timbgpio *tgpio = irq_data_get_irq_chip_data(d); local
126 struct timbgpio *tgpio = irq_data_get_irq_chip_data(d); local
138 struct timbgpio *tgpio = irq_data_get_irq_chip_data(d); local
197 struct timbgpio *tgpio = irq_get_handler_data(irq); local
229 struct timbgpio *tgpio; local
311 struct timbgpio *tgpio = platform_get_drvdata(pdev); local
[all...]

Completed in 115 milliseconds