Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A Dpci-aardvark.c44 #define PIO_BASE_ADDR 0x4000 macro
45 #define PIO_CTRL (PIO_BASE_ADDR + 0x0)
48 #define PIO_STAT (PIO_BASE_ADDR + 0x4)
57 #define PIO_ADDR_LS (PIO_BASE_ADDR + 0x8)
58 #define PIO_ADDR_MS (PIO_BASE_ADDR + 0xc)
59 #define PIO_WR_DATA (PIO_BASE_ADDR + 0x10)
60 #define PIO_WR_DATA_STRB (PIO_BASE_ADDR + 0x14)
61 #define PIO_RD_DATA (PIO_BASE_ADDR + 0x18)
62 #define PIO_START (PIO_BASE_ADDR + 0x1c)
63 #define PIO_ISR (PIO_BASE_ADDR + 0x20)
[all …]