Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/
Dspider-pci.c58 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
166 .readsb = spiderpci_readsb,
/linux-5.19.10/include/asm-generic/
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-5.19.10/arch/arm/lib/
DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux-5.19.10/arch/sparc/include/asm/
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-5.19.10/arch/arm/mach-orion5x/
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-5.19.10/arch/powerpc/include/asm/
Dio.h578 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n))
655 #define readsb readsb macro
907 #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-5.19.10/arch/riscv/include/asm/
Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux-5.19.10/arch/arc/include/asm/
Dio.h203 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/linux-5.19.10/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-5.19.10/arch/sh/include/asm/
Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-5.19.10/arch/arm/include/asm/
Dio.h294 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux-5.19.10/drivers/bus/
Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
/linux-5.19.10/arch/m68k/include/asm/
Dio_mm.h377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/linux-5.19.10/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-5.19.10/drivers/mtd/nand/raw/
Ds3c2410.c672 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/linux-5.19.10/drivers/net/ethernet/smsc/
Dsmc91x.h90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
/linux-5.19.10/drivers/parport/
Dparport_ip32.c1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
/linux-5.19.10/Documentation/driver-api/
Ddevice-io.rst275 readsq, readsl, readsw, readsb