Lines Matching refs:PIO_BASE_ADDR
49 #define PIO_BASE_ADDR 0x4000 macro
50 #define PIO_CTRL (PIO_BASE_ADDR + 0x0)
53 #define PIO_STAT (PIO_BASE_ADDR + 0x4)
62 #define PIO_ADDR_LS (PIO_BASE_ADDR + 0x8)
63 #define PIO_ADDR_MS (PIO_BASE_ADDR + 0xc)
64 #define PIO_WR_DATA (PIO_BASE_ADDR + 0x10)
65 #define PIO_WR_DATA_STRB (PIO_BASE_ADDR + 0x14)
66 #define PIO_RD_DATA (PIO_BASE_ADDR + 0x18)
67 #define PIO_START (PIO_BASE_ADDR + 0x1c)
68 #define PIO_ISR (PIO_BASE_ADDR + 0x20)
69 #define PIO_ISRM (PIO_BASE_ADDR + 0x24)