Lines Matching refs:base
24 resource_size_t base;
43 resource_size_t base,
48 if (iomap_create_wc(base, size, &prot))
51 iomap->base = base;
60 iomap_free(mapping->base, mapping->size);
71 phys_addr = mapping->base + offset;
89 phys_addr = mapping->base + offset;
107 resource_size_t base,
110 iomap->iomem = ioremap_wc(base, size);
114 iomap->base = base;
168 io_mapping_create_wc(resource_size_t base,
177 if (!io_mapping_init_wc(iomap, base, size)) {