Home
last modified time | relevance | path

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

/arch/avr32/lib/
DMakefile10 lib-y += io-readsb.o io-writesb.o
/arch/powerpc/platforms/cell/
Dspider-pci.c71 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
179 .readsb = spiderpci_readsb,
/arch/arm/lib/
DMakefile15 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/arch/powerpc/kernel/
Diomap.c78 readsb(addr, dst, count); in ioread8_rep()
/arch/arm/mach-orion5x/
Dts78xx-setup.c237 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/
Dio-defs.h29 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
Dio.h530 #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/
Dio.h201 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/arch/mn10300/include/asm/
Dio.h219 #define readsb(p, dst, count) \ macro
/arch/avr32/include/asm/
Dio.h243 #define ioread8_rep(p,d,c) readsb(p,d,c)
/arch/sh/include/asm/
Dio.h58 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/arm/include/asm/
Dio.h307 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/arch/arm/mach-ixp4xx/include/mach/
Dio.h77 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/arch/m68k/include/asm/
Dio_mm.h454 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro