Lines Matching refs:bar1
125 (cobalt->bar1 + COBALT_VID_BASE + (c) * COBALT_VID_SIZE)
127 (cobalt->bar1 + COBALT_VID_BASE + (c) * COBALT_VID_SIZE + 0x100)
129 (cobalt->bar1 + COBALT_VID_BASE + (c) * COBALT_VID_SIZE + 0x200)
131 (cobalt->bar1 + COBALT_VID_BASE + (c) * COBALT_VID_SIZE + 0x300)
133 (cobalt->bar1 + COBALT_VID_BASE + (c) * COBALT_VID_SIZE + 0x400)
135 (cobalt->bar1 + COBALT_VID_BASE + (c) * COBALT_VID_SIZE + 0x500)
137 #define COBALT_TX_BASE(cobalt) (cobalt->bar1 + COBALT_VID_BASE + 0x5000)
257 void __iomem *bar0, *bar1; member
309 iowrite32(val, cobalt->bar1 + reg); in cobalt_write_bar1()
314 return ioread32(cobalt->bar1 + reg); in cobalt_read_bar1()
339 #define ADRS_REG (bar1 + COBALT_BUS_BAR1_BASE + 0)
340 #define LOWER_DATA (bar1 + COBALT_BUS_BAR1_BASE + 4)
341 #define UPPER_DATA (bar1 + COBALT_BUS_BAR1_BASE + 6)
343 static inline u32 cobalt_bus_read32(void __iomem *bar1, u32 bus_adrs) in cobalt_bus_read32() argument
349 static inline void cobalt_bus_write16(void __iomem *bar1, in cobalt_bus_write16() argument
359 static inline void cobalt_bus_write32(void __iomem *bar1, in cobalt_bus_write32() argument