Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/
Dpci-aardvark.c49 #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)
[all …]