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 - 2
of
2
) 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
);
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 41 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025