Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpio/
A Dgpio-em.c47 #define GIO_IDT0 0x40 macro
56 #define GIO_IDT(n) (GIO_IDT0 + ((n) * 4))
60 if (offs < GIO_IDT0) in em_gio_read()
63 return ioread32(p->base1 + (offs - GIO_IDT0)); in em_gio_read()
69 if (offs < GIO_IDT0) in em_gio_write()
72 iowrite32(value, p->base1 + (offs - GIO_IDT0)); in em_gio_write()

Completed in 3 milliseconds