Home
last modified time | relevance | path

Searched refs:AU1000_UART0_PHYS_ADDR (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/arch/mips/alchemy/common/
Dplatform.c65 PORT(AU1000_UART0_PHYS_ADDR, AU1000_UART0_INT),
71 PORT(AU1000_UART0_PHYS_ADDR, AU1500_UART0_INT),
75 PORT(AU1000_UART0_PHYS_ADDR, AU1100_UART0_INT),
80 PORT(AU1000_UART0_PHYS_ADDR, AU1550_UART0_INT),
85 PORT(AU1000_UART0_PHYS_ADDR, AU1200_UART0_INT),
Ddma.c81 { AU1000_UART0_PHYS_ADDR + 0x04, DMA_DW8 }, /* UART0_TX */
82 { AU1000_UART0_PHYS_ADDR + 0x00, DMA_DW8 | DMA_DR }, /* UART0_RX */
/linux-5.19.10/arch/mips/boot/compressed/
Duart-alchemy.c6 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in putc()
/linux-5.19.10/arch/mips/alchemy/
Dboard-xxs1500.c31 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
Dboard-gpr.c36 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
Dboard-mtx1.c35 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
/linux-5.19.10/arch/mips/alchemy/devboards/
Dplatform.c28 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h141 #define AU1000_UART0_PHYS_ADDR 0x11100000 /* 01234 */ macro