readb              55 arch/x86/pci/numaq_32.c 			*value = readb(adr + (reg & 3));
readb              86 include/asm-cris/io.h #define readb_relaxed(addr) readb(addr)
readb              89 include/asm-cris/io.h #define __raw_readb readb
readb             214 include/asm-frv/io.h #define readb_relaxed readb
readb             151 include/asm-m32r/io.h #define __raw_readb readb
readb             154 include/asm-m32r/io.h #define readb_relaxed readb
readb              63 include/asm-m68k/amigayle.h #define gayle_inb(a) readb( GAYLE_IO+(a)+(((a)&1)*GAYLE_ODD) )
readb              42 include/asm-mn10300/io.h #define __raw_readb readb
readb              46 include/asm-mn10300/io.h #define readb_relaxed readb
readb              75 include/asm-mn10300/io.h 	return readb((volatile void __iomem *) addr);
readb              85 include/asm-mn10300/io.h 	return readb((volatile void __iomem *) addr);
readb             187 include/asm-mn10300/io.h #define ioread8(addr)		readb(addr)
readb              45 include/asm-parisc/floppy.h #define fd_inb(port)			readb(port)
readb             193 include/asm-parisc/io.h #define readb_relaxed(addr) readb(addr)
readb             137 include/asm-xtensa/io.h #define inb(port)		readb((u8 *)((port)))
readb              14 include/drm/drm_os_linux.h #define DRM_READ8(map, offset)		readb(((void __iomem *)(map)->handle) + (offset))
readb               4 include/linux/mfd/tmio.h #define tmio_ioread8(addr) readb(addr)
readb              90 include/linux/mtd/doc2000.h #define ReadDOC_(adr, reg)      readb((void __iomem *)(adr) + (reg))
readb              42 include/pcmcia/mem_op.h 	put_user(readb((char *)from++), (char *)to++);
readb              72 include/pcmcia/mem_op.h 		*(__u8 *)t = readb(f);
readb              94 include/pcmcia/mem_op.h 		put_user(readb(f), (char __user *)t);
readb             242 include/video/vga.h 	return readb (regbase + port);
readb              19 lib/check_signature.c 		if (readb(io_addr) != *signature)
readb              73 lib/iomap.c    	IO_COND(addr, return inb(port), return readb(addr));
readb              79 sound/drivers/mpu401/mpu401_uart.c 	return readb((void __iomem *)addr);
readb             442 sound/pci/hda/hda_intel.c 	readb((chip)->remap_addr + ICH6_REG_##reg)
readb             455 sound/pci/hda/hda_intel.c 	readb((dev)->sd_addr + ICH6_REG_##reg)
readb             282 sound/pci/nm256/nm256.c 	return readb(chip->cport + offset);
readb              50 sound/pci/ymfpci/ymfpci_main.c 	return readb(chip->reg_area_virt + offset);
readb             260 sound/sparc/cs4231.c 		return readb(reg_addr);