Searched refs:readsb (Results 1 – 14 of 14) sorted by relevance
/arch/avr32/lib/ |
D | Makefile | 10 lib-y += io-readsb.o io-writesb.o
|
/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 71 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ() 179 .readsb = spiderpci_readsb,
|
/arch/arm/lib/ |
D | Makefile | 15 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
/arch/powerpc/kernel/ |
D | iomap.c | 78 readsb(addr, dst, count); in ioread8_rep()
|
/arch/arm/mach-orion5x/ |
D | ts78xx-setup.c | 237 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf() 251 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
|
/arch/powerpc/include/asm/ |
D | io-defs.h | 29 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
|
D | io.h | 530 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) 754 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
/arch/arc/include/asm/ |
D | io.h | 201 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
|
/arch/mn10300/include/asm/ |
D | io.h | 219 #define readsb(p, dst, count) \ macro
|
/arch/avr32/include/asm/ |
D | io.h | 243 #define ioread8_rep(p,d,c) readsb(p,d,c)
|
/arch/sh/include/asm/ |
D | io.h | 58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/arch/arm/include/asm/ |
D | io.h | 307 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 77 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
|
/arch/m68k/include/asm/ |
D | io_mm.h | 454 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|