Searched refs:GIO_IDT0 (Results 1 – 1 of 1) sorted by relevance
47 #define GIO_IDT0 0x40 macro56 #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