Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/alchemy/
H A Dboard-gpr.c70 alchemy_uart_enable(AU1000_UART3_PHYS_ADDR); in board_setup()
71 alchemy_uart_enable(AU1000_UART1_PHYS_ADDR); in board_setup()
H A Dboard-xxs1500.c66 alchemy_uart_enable(AU1000_UART3_PHYS_ADDR); in board_setup()
/OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/
H A Ddb1300.c887 alchemy_uart_enable(AU1300_UART0_PHYS_ADDR); in db1300_board_setup()
888 alchemy_uart_enable(AU1300_UART1_PHYS_ADDR); in db1300_board_setup()
889 alchemy_uart_enable(AU1300_UART3_PHYS_ADDR); in db1300_board_setup()
/OK3568_Linux_fs/kernel/arch/mips/alchemy/common/
H A Dplatform.c37 alchemy_uart_enable(CPHYSADDR(port->membase)); in alchemy_8250_pm()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h724 static inline void alchemy_uart_enable(u32 uart_phys) in alchemy_uart_enable() function