OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:diviser
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/mmeye/mmeye/
machdep.c
600
int
diviser
;
local in function:Init16550
604
/*
diviser
= 12; */ /* 9600 bps */
605
diviser
= 6; /* 19200 bps */
617
OUTP(DLM, 0xff & (
diviser
>>8));
618
OUTP(DLL, 0xff &
diviser
);
Completed in 11 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025