Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dio.h315 #ifndef readsb
316 #define readsb readsb macro
317 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
609 readsb(PCI_IOBASE + addr, buffer, count); in insb()
833 readsb(addr, buffer, count); in ioread8_rep()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dspider-pci.c58 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
166 .readsb = spiderpci_readsb,
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/include/mach/
H A Dio-s3c24xx.h36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l)
/OK3568_Linux_fs/kernel/arch/arm/mach-orion5x/
H A Dts78xx-setup.c190 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf()
204 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dio_64.h246 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)
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_io.h32 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Diomap.c144 readsb(addr, dst, count); in ioread8_rep()
/OK3568_Linux_fs/u-boot/arch/nds32/include/asm/
H A Dio.h264 #define insb(p, d, l) readsb(__io(p), d, l)
268 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio-defs.h30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
H A Dio.h565 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
768 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dio.h110 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dio.h203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/
H A Detherh.c401 readsb (dma_base, buf, count); in etherh_block_input()
438 readsb (dma_base, hdr, sizeof (*hdr)); in etherh_get_header()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_i2c.c59 readsb(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dio.h309 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-zx2967.c89 readsb(i2c->reg_base + reg, data, len); in zx2967_i2c_readsb()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dcadence_qspi_apb.c655 readsb(plat->ahbbase, rxbuf, bytes_to_read); in cadence_qspi_apb_indirect_read_execute()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dio_mm.h377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h74 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dio.h263 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Ds3c2410_udc.c387 readsb(fifo + base_addr, buf, len); in s3c2410_udc_read_packet()
513 readsb(S3C2410_UDC_EP0_FIFO_REG + base_addr, outbuf, bytes_read); in s3c2410_udc_read_fifo_crq()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Ds3c2410.c671 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()

12