Home
last modified time | relevance | path

Searched defs:readsb (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/include/asm/
H A Dio.h101 #define readsb(addr, buffer, count) __readsb(addr, buffer, count) macro
/linux/arch/m68k/include/asm/
H A Dio_mm.h375 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr)) macro