Home
last modified time | relevance | path

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

/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)
/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,
/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()
/linux/arch/arm/lib/
H A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/linux/arch/riscv/include/asm/
H A Dio.h97 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux/arch/powerpc/include/asm/
H A Dio-defs.h30 DEF_PCI_AC_NORET(readsb, (const PCI_IO_ADDR a, void *b, unsigned long c),
/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()
/linux/arch/sh/include/asm/
H A Dio.h59 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/arch/arm/include/asm/
H A Dio.h292 #define readsb(p,d,l) __raw_readsb(p,d,l) macro
/linux/drivers/base/regmap/
H A Dregmap-mmio.c344 readsb(ctx->regs + reg, (u8 *)val, val_count); in regmap_mmio_noinc_read()
/linux/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/linux/drivers/mtd/nand/raw/
H A Ds3c2410.c665 readsb(this->legacy.IO_ADDR_R, buf, len); in s3c2410_nand_read_buf()
/linux/drivers/net/ethernet/smsc/
H A Dsmc91x.h90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
/linux/drivers/parport/
H A Dparport_ip32.c1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
/linux/Documentation/driver-api/
H A Ddevice-io.rst275 readsq, readsl, readsw, readsb