Searched refs:iomap (Results 1 - 3 of 3) sorted by relevance

/include/linux/
H A Dio-mapping.h36 #include <asm/iomap.h>
54 struct io_mapping *iomap; local
57 iomap = kmalloc(sizeof(*iomap), GFP_KERNEL);
58 if (!iomap)
64 iomap->base = base;
65 iomap->size = size;
66 iomap->prot = prot;
67 return iomap;
70 kfree(iomap);
[all...]
H A Dlibata.h539 void __iomem * const *iomap; member in struct:ata_host
/include/asm-generic/
H A Dio.h19 #include <asm-generic/iomap.h>

Completed in 905 milliseconds