Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/cell/
Dspider-pci.c58 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
166 .readsb = spiderpci_readsb,
/Linux-v6.1/arch/sparc/include/asm/
Dio_64.h253 static inline void readsb(void __iomem *port, void *buf, unsigned long count) in readsb() function
257 #define readsb readsb macro
289 #define ioread8_rep(p,d,l) readsb(p,d,l)
/Linux-v6.1/include/asm-generic/
Dio.h398 #ifndef readsb
399 #define readsb readsb macro
400 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb() function
692 readsb(PCI_IOBASE + addr, buffer, count); in insb()
916 readsb(addr, buffer, count); in ioread8_rep()
/Linux-v6.1/arch/arm/lib/
DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/Linux-v6.1/arch/arm/mach-orion5x/
Dts78xx-setup.c187 readsb(io_base, buf, sz); in ts78xx_ts_nand_read_buf()
201 readsb(io_base, buf, len); in ts78xx_ts_nand_read_buf()
/Linux-v6.1/arch/powerpc/include/asm/
Dio.h577 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
654 #define readsb readsb macro
906 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
Dio-defs.h30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
/Linux-v6.1/arch/riscv/include/asm/
Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/Linux-v6.1/arch/arc/include/asm/
Dio.h203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/Linux-v6.1/drivers/net/ethernet/8390/
Detherh.c401 readsb (dma_base, buf, count); in etherh_block_input()
438 readsb (dma_base, hdr, sizeof (*hdr)); in etherh_get_header()
/Linux-v6.1/arch/sh/include/asm/
Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/Linux-v6.1/arch/arm/include/asm/
Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/Linux-v6.1/drivers/bus/
Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
/Linux-v6.1/drivers/base/regmap/
Dregmap-mmio.c358 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
/Linux-v6.1/arch/m68k/include/asm/
Dio_mm.h377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/Linux-v6.1/drivers/usb/gadget/udc/
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-v6.1/drivers/mtd/nand/raw/
Ds3c2410.c672 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/Linux-v6.1/drivers/net/ethernet/smsc/
Dsmc91x.h90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
/Linux-v6.1/drivers/parport/
Dparport_ip32.c1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
/Linux-v6.1/Documentation/driver-api/
Ddevice-io.rst275 readsq, readsl, readsw, readsb