Searched refs:readsb (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 57 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ() 165 .readsb = spiderpci_readsb,
|
/arch/arm/mach-s3c/include/mach/ |
D | io-s3c24xx.h | 36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l)
|
/arch/arm/lib/ |
D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/arch/sparc/include/asm/ |
D | io_64.h | 246 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/ |
D | ts78xx-setup.c | 187 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/ |
D | io.h | 580 #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)
|
D | io-defs.h | 30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
/arch/riscv/include/asm/ |
D | io.h | 97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
/arch/arc/include/asm/ |
D | io.h | 203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
/arch/sh/include/asm/ |
D | io.h | 59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/arch/arm/include/asm/ |
D | io.h | 309 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/arch/m68k/include/asm/ |
D | io_mm.h | 377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 74 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
|