/linux-2.6.39/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 72 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ() 180 .readsb = spiderpci_readsb,
|
D | celleb_scc_pciex.c | 74 PCIEX_MMIO_READ_STR(readsb) in PCIEX_MMIO_READ() 254 .readsb = scc_pciex_readsb,
|
/linux-2.6.39/arch/avr32/lib/ |
D | Makefile | 10 lib-y += io-readsb.o io-writesb.o
|
/linux-2.6.39/arch/arm/lib/ |
D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o
|
/linux-2.6.39/drivers/usb/musb/ |
D | musb_io.h | 47 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
|
D | musb_core.c | 294 readsb(fifo, dst, len); in musb_read_fifo()
|
/linux-2.6.39/arch/arm/mach-orion5x/ |
D | ts78xx-setup.c | 231 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf() 245 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
|
/linux-2.6.39/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 | 464 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) 676 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | io.h | 209 #define readsb(p, dst, count) \ macro
|
/linux-2.6.39/drivers/net/arm/ |
D | etherh.c | 410 readsb (dma_base, buf, count); in etherh_block_input() 447 readsb (dma_base, hdr, sizeof (*hdr)); in etherh_get_header()
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | io.h | 238 #define ioread8_rep(p,d,c) readsb(p,d,c)
|
/linux-2.6.39/include/asm-generic/ |
D | io.h | 228 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
|
/linux-2.6.39/drivers/mtd/nand/ |
D | gpio.c | 97 readsb(this->IO_ADDR_R, buf, len); in gpio_nand_readbuf()
|
D | s3c2410.c | 580 readsb(this->IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
|
/linux-2.6.39/arch/sh/include/asm/ |
D | io.h | 64 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
|
/linux-2.6.39/arch/arm/include/asm/ |
D | io.h | 212 #define readsb(p,d,l) __raw_readsb(__mem_pci(p),d,l) macro
|
/linux-2.6.39/drivers/net/ |
D | ax88796.c | 198 readsb(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 246 readsb(nic_base + NE_DATAPORT, buf, count); in ax_block_input()
|
D | smc91x.h | 95 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, (l)) 120 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, (l))
|
D | dm9000.c | 209 readsb(reg, data, count); in dm9000_inblk_8bit()
|
/linux-2.6.39/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 92 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
|
/linux-2.6.39/arch/powerpc/platforms/iseries/ |
D | pci.c | 843 .readsb = iseries_readsb,
|
/linux-2.6.39/drivers/usb/gadget/ |
D | s3c2410_udc.c | 442 readsb(fifo + base_addr, buf, len); in s3c2410_udc_read_packet() 567 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
|
/linux-2.6.39/drivers/parport/ |
D | parport_ip32.c | 1119 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|