Searched refs:readsb (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm/lib/ |
| H A D | Makefile | 16 io-readsb.o io-writesb.o io-readsl.o io-writesl.o \
|
| /linux/arch/arm/mach-orion5x/ |
| H A D | ts78xx-setup.c | 187 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 D | io.h | 101 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
|
| /linux/drivers/net/ethernet/8390/ |
| H A D | etherh.c | 401 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 D | io_mm.h | 375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro
|
| /linux/drivers/net/ethernet/smsc/ |
| H A D | smc91x.h | 90 #define SMC_insb(a, r, p, l) readsb((a) + (r), p, l)
|
| /linux/drivers/parport/ |
| H A D | parport_ip32.c | 1109 readsb(eppreg, buf, len); in parport_ip32_epp_read()
|
| /linux/drivers/i3c/master/ |
| H A D | svc-i3c-master.c | 471 readsb(master->regs + SVC_I3C_MRDATAB, buf, count); in svc_i3c_master_handle_ibi()
|