Home
last modified time | relevance | path

Searched refs:AU1000_UART3_PHYS_ADDR (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/mips/alchemy/
Dboard-xxs1500.c66 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()
Dboard-gpr.c70 alchemy_uart_enable(AU1000_UART3_PHYS_ADDR); in board_setup()
/linux-6.1.9/arch/mips/alchemy/common/
Dplatform.c68 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),
Ddma.c87 { 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-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1000.h145 #define AU1000_UART3_PHYS_ADDR 0x11400000 /* 0123 */ macro