Home
last modified time | relevance | path

Searched refs:ltq_r8 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/lantiq/xway/
Ddcdc.c21 #define dcdc_r8(x) ltq_r8(dcdc_membase + (x))
/Linux-v4.19/arch/mips/include/asm/mach-lantiq/
Dlantiq.h20 #define ltq_r8(reg) __raw_readb(reg) macro
/Linux-v4.19/drivers/tty/serial/
Dlantiq.c153 ch = ltq_r8(port->membase + LTQ_ASC_RBUF); in lqasc_rx_chars()