Searched refs:init_uart (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | brdsetup.c | 69 static void init_uart(unsigned, unsigned, uint8_t); 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() 1149 init_uart(unsigned base, unsigned speed, uint8_t lcr) in init_uart() function
|