Home
last modified time | relevance | path

Searched refs:bcm_uart0_writel (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/mips/bcm63xx/
Dearly_printk.c28 bcm_uart0_writel(c, UART_FIFO_REG); in prom_putchar()
/linux-6.1.9/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_io.h88 #define bcm_uart0_writel(v, o) bcm_rset_writel(RSET_UART0, (v), (o)) macro