Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c51 #define PIO_BASE_ADDR 0x4000 macro
52 #define PIO_CTRL (PIO_BASE_ADDR + 0x0)
55 #define PIO_STAT (PIO_BASE_ADDR + 0x4)
64 #define PIO_ADDR_LS (PIO_BASE_ADDR + 0x8)
65 #define PIO_ADDR_MS (PIO_BASE_ADDR + 0xc)
66 #define PIO_WR_DATA (PIO_BASE_ADDR + 0x10)
67 #define PIO_WR_DATA_STRB (PIO_BASE_ADDR + 0x14)
68 #define PIO_RD_DATA (PIO_BASE_ADDR + 0x18)
69 #define PIO_START (PIO_BASE_ADDR + 0x1c)
70 #define PIO_ISR (PIO_BASE_ADDR + 0x20)
/openbmc/linux/drivers/pci/controller/
H A Dpci-aardvark.c45 #define PIO_BASE_ADDR 0x4000 macro
46 #define PIO_CTRL (PIO_BASE_ADDR + 0x0)
49 #define PIO_STAT (PIO_BASE_ADDR + 0x4)
58 #define PIO_ADDR_LS (PIO_BASE_ADDR + 0x8)
59 #define PIO_ADDR_MS (PIO_BASE_ADDR + 0xc)
60 #define PIO_WR_DATA (PIO_BASE_ADDR + 0x10)
61 #define PIO_WR_DATA_STRB (PIO_BASE_ADDR + 0x14)
62 #define PIO_RD_DATA (PIO_BASE_ADDR + 0x18)
63 #define PIO_START (PIO_BASE_ADDR + 0x1c)
64 #define PIO_ISR (PIO_BASE_ADDR + 0x20)
[all …]