Home
last modified time | relevance | path

Searched refs:readsb (Results 1 – 13 of 13) sorted by relevance

/arch/powerpc/platforms/cell/
Dspider-pci.c57 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
165 .readsb = spiderpci_readsb,
/arch/arm/mach-s3c/include/mach/
Dio-s3c24xx.h36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l)
/arch/arm/lib/
DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/arch/sparc/include/asm/
Dio_64.h246 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function
275 #define ioread8_rep(p,d,l) readsb(p,d,l)
/arch/arm/mach-orion5x/
Dts78xx-setup.c187 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf()
201 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
/arch/powerpc/include/asm/
Dio.h580 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
657 #define readsb readsb macro
909 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
Dio-defs.h30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
/arch/riscv/include/asm/
Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/arch/arc/include/asm/
Dio.h203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/arch/sh/include/asm/
Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/arm/include/asm/
Dio.h309 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/m68k/include/asm/
Dio_mm.h377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/arch/arm/mach-ixp4xx/include/mach/
Dio.h74 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro