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

/linux-4.1.27/drivers/gpio/
H A Dgpio-em.c60 #define GIO_IDT0 0x40 macro
69 #define GIO_IDT(n) (GIO_IDT0 + ((n) * 4))
73 if (offs < GIO_IDT0) em_gio_read()
76 return ioread32(p->base1 + (offs - GIO_IDT0)); em_gio_read()
82 if (offs < GIO_IDT0) em_gio_write()
85 iowrite32(value, p->base1 + (offs - GIO_IDT0)); em_gio_write()

Completed in 30 milliseconds