Lines Matching defs:base
13 void __iomem *base;
31 void __iomem *base)
38 void __iomem *base, int bar_count)
41 (struct chameleon_gdd __iomem *) base;
114 static void chameleon_parse_bar(void __iomem *base,
117 char __iomem *p = base;
131 static int chameleon_get_bar(void __iomem **base, phys_addr_t mapbase,
146 dtype = get_next_dtype(*base);
148 reg = readl(*base);
159 chameleon_parse_bar(*base, c, bar_count);
160 *base += BAR_DESC_SIZE(bar_count);
176 void __iomem *base)
180 void __iomem *p = base;
246 table_size = p - base;