OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:init_uart
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/sandpoint/stand/altboot/
brdsetup.c
69
static void
init_uart
(unsigned, unsigned, uint8_t);
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);
1149
init_uart
(unsigned base, unsigned speed, uint8_t lcr)
function
Completed in 14 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026