Home
last modified time | relevance | path

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

/linux/include/asm-generic/
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()
/linux/arch/powerpc/platforms/cell/
A Dspider-pci.c57 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
165 .readsb = spiderpci_readsb,
/linux/arch/arm/mach-s3c/include/mach/
A Dio-s3c24xx.h36 #define insb(p,d,l) readsb(S3C24XX_VA_ISA_BYTE + (p),d,l)
/linux/arch/arm/lib/
A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux/arch/sparc/include/asm/
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)
/linux/arch/arm/mach-orion5x/
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()
/linux/arch/powerpc/include/asm/
A Dio.h556 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
633 #define readsb readsb macro
885 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
A Dio-defs.h30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
/linux/arch/riscv/include/asm/
A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux/arch/arc/include/asm/
A Dio.h203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/linux/drivers/net/ethernet/8390/
A Detherh.c401 readsb (dma_base, buf, count); in etherh_block_input()
438 readsb (dma_base, hdr, sizeof (*hdr)); in etherh_get_header()
/linux/arch/sh/include/asm/
A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/drivers/gpu/drm/sun4i/
A Dsun4i_hdmi_i2c.c59 readsb(hdmi->base + hdmi->variant->ddc_fifo_reg, buf, len); in fifo_transfer()
/linux/arch/arm/include/asm/
A Dio.h310 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/drivers/bus/
A Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
/linux/arch/m68k/include/asm/
A Dio_mm.h377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/linux/arch/arm/mach-ixp4xx/include/mach/
A Dio.h74 #define readsb(p, v, l) __indirect_readsb(p, v, l) macro
/linux/drivers/usb/gadget/udc/
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()
/linux/drivers/mtd/nand/raw/
A Ds3c2410.c672 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/linux/drivers/net/ethernet/smsc/
A Dsmc91x.h90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
/linux/drivers/parport/
A Dparport_ip32.c1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
/linux/Documentation/driver-api/
A Ddevice-io.rst275 readsq, readsl, readsw, readsb

Completed in 47 milliseconds