Searched refs:AU1000_UART3_PHYS_ADDR (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/mips/alchemy/ |
D | board-xxs1500.c | 66 alchemy_uart_enable(AU1000_UART3_PHYS_ADDR); in board_setup() 68 __raw_writel(1, (void __iomem *)KSEG1ADDR(AU1000_UART3_PHYS_ADDR + 0x18)); in board_setup()
|
D | board-gpr.c | 70 alchemy_uart_enable(AU1000_UART3_PHYS_ADDR); in board_setup()
|
/linux-5.19.10/arch/mips/alchemy/common/ |
D | platform.c | 68 PORT(AU1000_UART3_PHYS_ADDR, AU1000_UART3_INT), 72 PORT(AU1000_UART3_PHYS_ADDR, AU1500_UART3_INT), 77 PORT(AU1000_UART3_PHYS_ADDR, AU1100_UART3_INT), 82 PORT(AU1000_UART3_PHYS_ADDR, AU1550_UART3_INT),
|
D | dma.c | 87 { AU1000_UART3_PHYS_ADDR + 0x04, DMA_DW8 | DMA_NC }, /* UART3_TX */ 88 { AU1000_UART3_PHYS_ADDR + 0x00, DMA_DW8 | DMA_NC | DMA_DR }, /* UART3_RX */
|
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 145 #define AU1000_UART3_PHYS_ADDR 0x11400000 /* 0123 */ macro
|