Searched refs:uart1base (Results 1 – 1 of 1) sorted by relevance
203 unsigned uart1base; /* console */ variable324 uart1base = 0xfc000000 + consport; /* 0x4500, 0x4600 */ in brdsetup()325 UART_WRITE(uart1base, DCR, 0x01); /* enable DUART mode */ in brdsetup()326 uart2base = uart1base ^ 0x0300; in brdsetup()328 uart1base = 0xfe000000 + consport; /* 0x3f8, 0x2f8 */ in brdsetup()1169 savedbase = uart1base; in send_sat()1170 uart1base = uart2base; in send_sat()1173 uart1base = savedbase; in send_sat()1195 savedbase = uart1base; in send_iomega()1196 uart1base = uart2base; in send_iomega()[all …]