Lines Matching defs:ioread8
17 ioread8(const void __iomem *addr)
21 ret = IO_CONCAT(__IO_PREFIX,ioread8)(addr);
77 EXPORT_SYMBOL(ioread8);
88 return ioread8(ioport_map(port, 1));
283 *(unsigned char *)dst = ioread8(port);
290 w = ioread8(port);
291 w |= ioread8(port) << 8;
292 w |= ioread8(port) << 16;
293 w |= ioread8(port) << 24;
300 *(unsigned char *)dst = ioread8(port);