readsb            190 arch/arm/mach-orion5x/ts78xx-setup.c 		readsb(io_base, buf, sz);
readsb            204 arch/arm/mach-orion5x/ts78xx-setup.c 		readsb(io_base, buf, len);
readsb             30 arch/powerpc/include/asm/io-defs.h DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
readsb            542 arch/powerpc/include/asm/io.h #define __do_insb(p, b, n)	readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
readsb            754 arch/powerpc/include/asm/io.h #define mmio_insb(addr, dst, count)	readsb(addr, dst, count)
readsb            144 arch/powerpc/kernel/iomap.c 	readsb(addr, dst, count);
readsb             58 arch/powerpc/platforms/cell/spider-pci.c SPIDER_PCI_MMIO_READ_STR(readsb)
readsb            166 arch/powerpc/platforms/cell/spider-pci.c 	.readsb = spiderpci_readsb,
readsb            275 arch/sparc/include/asm/io_64.h #define ioread8_rep(p,d,l)	readsb(p,d,l)
readsb            137 drivers/bus/hisi_lpc.c 	readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt);
readsb             59 drivers/gpu/drm/sun4i/sun4i_hdmi_i2c.c 		readsb(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len);
readsb             89 drivers/i2c/busses/i2c-zx2967.c 	readsb(i2c->reg_base + reg, data, len);
readsb            671 drivers/mtd/nand/raw/s3c2410.c 	readsb(this->legacy.IO_ADDR_R, buf, len);
readsb            401 drivers/net/ethernet/8390/etherh.c 		readsb (dma_base, buf, count);
readsb            438 drivers/net/ethernet/8390/etherh.c 		readsb (dma_base, hdr, sizeof (*hdr));
readsb             90 drivers/net/ethernet/smsc/smc91x.h #define SMC_insb(a, r, p, l)	readsb((a) + (r), p, l)
readsb           1108 drivers/parport/parport_ip32.c 		readsb(eppreg, buf, len);
readsb            396 drivers/usb/gadget/udc/s3c2410_udc.c 	readsb(fifo + base_addr, buf, len);
readsb            522 drivers/usb/gadget/udc/s3c2410_udc.c 	readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read);
readsb            315 include/asm-generic/io.h #ifndef readsb
readsb            316 include/asm-generic/io.h #define readsb readsb
readsb            585 include/asm-generic/io.h 	readsb(PCI_IOBASE + addr, buffer, count);
readsb            809 include/asm-generic/io.h 	readsb(addr, buffer, count);