Searched refs:readsb (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/
H A Dspider-pci.c57 SPIDER_PCI_MMIO_READ_STR(readsb)
165 .readsb = spiderpci_readsb,
/linux-master/arch/arm/lib/
H A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux-master/arch/sparc/include/asm/
H A Dio_64.h253 static inline void readsb(void __iomem *port, void *buf, unsigned long count) function
257 #define readsb readsb macro
289 #define ioread8_rep(p,d,l) readsb(p,d,l)
/linux-master/arch/powerpc/include/asm/
H A Dio-defs.h30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
H A Dio.h609 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
686 #define readsb readsb macro
927 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
/linux-master/include/asm-generic/
H A Dio.h398 #ifndef readsb
399 #define readsb readsb macro
400 static inline void readsb(const volatile void __iomem *addr, void *buffer, function
692 readsb(PCI_IOBASE + addr, buffer, count);
916 readsb(addr, buffer, count);
/linux-master/arch/arm/mach-orion5x/
H A Dts78xx-setup.c187 readsb(io_base, buf, sz);
201 readsb(io_base, buf, len);
/linux-master/arch/mips/include/asm/
H A Dio.h534 #define readsb readsb macro
/linux-master/arch/arc/include/asm/
H A Dio.h202 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/linux-master/arch/riscv/include/asm/
H A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux-master/drivers/net/ethernet/8390/
H A Detherh.c401 readsb (dma_base, buf, count);
438 readsb (dma_base, hdr, sizeof (*hdr));
/linux-master/drivers/base/regmap/
H A Dregmap-mmio.c344 readsb(ctx->regs + reg, (u8 *)val, val_count);
/linux-master/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-master/arch/arm/include/asm/
H A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-master/drivers/bus/
H A Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt);
/linux-master/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.h90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
/linux-master/drivers/mtd/nand/raw/
H A Ds3c2410.c665 readsb(this->legacy.IO_ADDR_R, buf, len);
/linux-master/drivers/parport/
H A Dparport_ip32.c35 * the linux-mips.org tree. Note: the MIPS specific functions readsb()
1109 readsb(eppreg, buf, len);

Completed in 196 milliseconds