Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/au1000/common/
Ddbg_io.c53 #define UART_MOD_CNTRL 0x100 /* Module Control */ macro
65 if (UART16550_READ(UART_MOD_CNTRL) != 0x3) { in debugInit()
66 UART16550_WRITE(UART_MOD_CNTRL, 3); in debugInit()
Dpower.c117 sleep_uart0_enable = au_readl(UART0_ADDR + UART_MOD_CNTRL); in save_core_regs()
192 au_writel(0, UART0_ADDR + UART_MOD_CNTRL); au_sync(); in restore_core_regs()
193 au_writel(1, UART0_ADDR + UART_MOD_CNTRL); au_sync(); in restore_core_regs()
194 au_writel(3, UART0_ADDR + UART_MOD_CNTRL); au_sync(); in restore_core_regs()
376 (UART_BASE + UART_MOD_CNTRL + in pm_do_freq()
/linux-2.4.37.9/arch/mips/au1000/xxs1500/
Dboard_setup.c68 au_writel(0x01, UART3_ADDR+UART_MOD_CNTRL); // clock enable (CE) in board_setup()
70 au_writel(0x03, UART3_ADDR+UART_MOD_CNTRL); // CE and "enable" in board_setup()
/linux-2.4.37.9/drivers/char/
Dau1x00-serial.c753 if (au_readl(UART_MOD_CNTRL + state->port) != 0x3) {
754 au_writel(3, UART_MOD_CNTRL + state->port);
991 au_writel(0, UART_MOD_CNTRL + state->port);
2518 if (au_readl(UART_MOD_CNTRL + state->port) != 0x3) {
2519 au_writel(3, UART_MOD_CNTRL + state->port);
/linux-2.4.37.9/include/asm-mips/
Dau1000.h917 #define UART_MOD_CNTRL 0x100 /* Module Control */ macro