Home
last modified time | relevance | path

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

/linux/arch/arm/lib/
H A DMakefile16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
/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/riscv/include/asm/
H A Dio.h101 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/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/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
/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/drivers/i3c/master/
H A Dsvc-i3c-master.c471 readsb(master->regs + SVC_I3C_MRDATAB, buf, count); in svc_i3c_master_handle_ibi()