Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/alchemy/
H A 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()
H A Dboard-gpr.c70 alchemy_uart_enable(AU1000_UART3_PHYS_ADDR); in board_setup()
/openbmc/linux/arch/mips/alchemy/common/
H A 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),
H A 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 */
/openbmc/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h145 #define AU1000_UART3_PHYS_ADDR 0x11400000 /* 0123 */ macro