Searched refs:AU1000_UART0_PHYS_ADDR (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/arch/mips/alchemy/common/ |
D | platform.c | 65 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),
|
D | dma.c | 81 { AU1000_UART0_PHYS_ADDR + 0x04, DMA_DW8 }, /* UART0_TX */ 82 { AU1000_UART0_PHYS_ADDR + 0x00, DMA_DW8 | DMA_DR }, /* UART0_RX */
|
/linux-6.1.9/arch/mips/boot/compressed/ |
D | uart-alchemy.c | 6 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in putc()
|
/linux-6.1.9/arch/mips/alchemy/ |
D | board-xxs1500.c | 31 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
|
D | board-gpr.c | 36 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
|
D | board-mtx1.c | 35 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
|
/linux-6.1.9/arch/mips/alchemy/devboards/ |
D | platform.c | 28 alchemy_uart_putchar(AU1000_UART0_PHYS_ADDR, c); in prom_putchar()
|
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 141 #define AU1000_UART0_PHYS_ADDR 0x11100000 /* 01234 */ macro
|