Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/sparc/include/asm/
H A 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)
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspider-pci.c57 SPIDER_PCI_MMIO_READ_STR(readsb) in SPIDER_PCI_MMIO_READ()
165 .readsb = spiderpci_readsb,
/openbmc/linux/include/asm-generic/
H A 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()
/openbmc/linux/arch/arm/lib/
H A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_io.h31 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() function
/openbmc/linux/arch/arm/mach-orion5x/
H A 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()
/openbmc/linux/arch/powerpc/include/asm/
H A Dio.h609 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)(_IO_BASE+(p)), (b), (n))
686 #define readsb readsb macro
934 #define mmio_insb(addr, dst, count) readsb(addr, dst, count)
H A Dio-defs.h30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
/openbmc/linux/arch/riscv/include/asm/
H A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/openbmc/u-boot/arch/nds32/include/asm/
H A Dio.h255 #define insb(p, d, l) readsb(__io(p), d, l)
259 static inline void readsb(unsigned int *addr, void * data, int bytelen) in readsb() function
/openbmc/u-boot/arch/riscv/include/asm/
H A Dio.h242 #define insb(p, d, l) readsb(__io(p), d, l)
246 static inline void readsb(unsigned int *addr, void *data, int bytelen) in readsb() function
/openbmc/linux/arch/arc/include/asm/
H A Dio.h202 #define readsb(p,d,l) ({ __raw_readsb(p,d,l); __iormb(); }) macro
/openbmc/linux/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()
/openbmc/linux/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/openbmc/linux/arch/arm/include/asm/
H A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/openbmc/linux/drivers/base/regmap/
H A Dregmap-mmio.c344 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
/openbmc/linux/drivers/bus/
H A Dhisi_lpc.c137 readsb(lpcdev->membase + LPC_REG_RDATA, buf, opcnt); in hisi_lpc_target_in()
/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/openbmc/u-boot/drivers/spi/
H A Dcadence_qspi_apb.c656 readsb(plat->ahbbase, rxbuf, bytes_to_read); in cadence_qspi_apb_indirect_read_execute()
H A Daspeed_spi.c748 readsb(ahb_base, (u8 *)buf + offset, len); in aspeed_spi_read_from_ahb()
/openbmc/u-boot/arch/arm/include/asm/
H A Dio.h276 #define readsb(a, d, s) __raw_readsb((unsigned long)a, d, s) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Ds3c2410.c667 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/openbmc/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
/openbmc/linux/drivers/parport/
H A Dparport_ip32.c1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
/openbmc/linux/Documentation/driver-api/
H A Ddevice-io.rst275 readsq, readsl, readsw, readsb

12