Searched refs:uart2base (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | brdsetup.c | 204 unsigned uart2base; /* optional satellite processor */ variable 326 uart2base = uart1base ^ 0x0300; in brdsetup() 702 init_uart(uart2base, 9600, LCR_8BITS | LCR_PEVEN); in kurobrdfix() 735 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE); in synobrdfix() 935 init_uart(uart2base, 19200, LCR_8BITS | LCR_PNONE); in qnapbrdfix() 952 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE); in iomegabrdfix() 969 init_uart(uart2base, 9600, LCR_8BITS | LCR_PNONE); in dlinkbrdfix() 996 init_uart(uart2base, 38400, LCR_8BITS | LCR_PEVEN); in kurot4brdfix() 1170 uart1base = uart2base; in send_sat() 1196 uart1base = uart2base; in send_iomega() [all …]
|