Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/platforms/cell/
Dspider-pci.c72 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
180 .readsb = spiderpci_readsb,
Dcelleb_scc_pciex.c74 PCIEX_MMIO_READ_STR(readsb) in PCIEX_MMIO_READ()
254 .readsb = scc_pciex_readsb,
/linux-2.6.39/arch/avr32/lib/
DMakefile10 lib-y += io-readsb.o io-writesb.o
/linux-2.6.39/arch/arm/lib/
DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o
/linux-2.6.39/drivers/usb/musb/
Dmusb_io.h47 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
Dmusb_core.c294 readsb(fifo, dst, len); in musb_read_fifo()
/linux-2.6.39/arch/arm/mach-orion5x/
Dts78xx-setup.c231 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/
Dio-defs.h29 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
Dio.h464 #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/
Dio.h209 #define readsb(p, dst, count) \ macro
/linux-2.6.39/drivers/net/arm/
Detherh.c410 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/
Dio.h238 #define ioread8_rep(p,d,c) readsb(p,d,c)
/linux-2.6.39/include/asm-generic/
Dio.h228 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
/linux-2.6.39/drivers/mtd/nand/
Dgpio.c97 readsb(this->IO_ADDR_R, buf, len); in gpio_nand_readbuf()
Ds3c2410.c580 readsb(this->IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/linux-2.6.39/arch/sh/include/asm/
Dio.h64 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-2.6.39/arch/arm/include/asm/
Dio.h212 #define readsb(p,d,l) __raw_readsb(__mem_pci(p),d,l) macro
/linux-2.6.39/drivers/net/
Dax88796.c198 readsb(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr()
246 readsb(nic_base + NE_DATAPORT, buf, count); in ax_block_input()
Dsmc91x.h95 #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))
Ddm9000.c209 readsb(reg, data, count); in dm9000_inblk_8bit()
/linux-2.6.39/arch/arm/mach-ixp4xx/include/mach/
Dio.h92 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dpci.c843 .readsb = iseries_readsb,
/linux-2.6.39/drivers/usb/gadget/
Ds3c2410_udc.c442 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/
Dparport_ip32.c1119 readsb(eppreg, buf, len); in parport_ip32_epp_read()