Searched refs:SEAD_UART0_REGS_BASE (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/mips/mips-boards/generic/ |
D | printf.c | 55 return (*(volatile unsigned int *)(mips_io_port_base + SEAD_UART0_REGS_BASE + offset*8) & 0xff); in serial_in() 60 *(volatile unsigned int *)(mips_io_port_base + SEAD_UART0_REGS_BASE + offset*8) = value; in serial_out()
|
/linux-2.4.37.9/include/asm-mips/mips-boards/ |
D | sead.h | 33 #define SEAD_UART0_REGS_BASE (0x1f000800) macro
|
/linux-2.4.37.9/include/asm-mips64/mips-boards/ |
D | sead.h | 33 #define SEAD_UART0_REGS_BASE (0x1f000800) macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | serial.h | 50 { 0, SEAD_BASE_BAUD, SEAD_UART0_REGS_BASE, SEADINT_UART0, STD_COM_FLAGS }, /* ttyS0 */
|
/linux-2.4.37.9/include/asm-mips/ |
D | serial.h | 95 { 0, SEAD_BASE_BAUD, SEAD_UART0_REGS_BASE, SEADINT_UART0, STD_COM_FLAGS }, /* ttyS0 */
|