Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/lantiq/
H A Dearly_printk.c28 ltq_w8('\r', LTQ_ASC_TBUF); in prom_putchar()
29 ltq_w8(c, LTQ_ASC_TBUF); in prom_putchar()
/openbmc/linux/arch/mips/lantiq/xway/
H A Ddcdc.c19 #define dcdc_w8(x, y) ltq_w8((x), dcdc_membase + (y))
/openbmc/linux/arch/mips/include/asm/mach-lantiq/
H A Dlantiq.h19 #define ltq_w8(val, reg) __raw_writeb(val, reg) macro