HomeSort by: relevance | last modified time | path
    Searched defs:uart2base (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 204 unsigned uart2base; /* optional satellite processor */ variable in typeref:typename:unsigned
326 uart2base = uart1base ^ 0x0300;
702 init_uart(uart2base, 9600, LCR_8BITS | LCR_PEVEN);
735 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
935 init_uart(uart2base, 19200, LCR_8BITS | LCR_PNONE);
952 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
969 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE);
996 init_uart(uart2base, 38400, LCR_8BITS | LCR_PEVEN);
1170 uart1base = uart2base;
1196 uart1base = uart2base;
    [all...]

Completed in 12 milliseconds