OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpcr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/marvell/
gtmpsc.c
854
* Convert to
MPCR
from cflag(CS[5678] and CSTOPB).
859
uint32_t
mpcr
= 0;
local
863
SET(
mpcr
, GTMPSC_MPCR_CL_5);
866
SET(
mpcr
, GTMPSC_MPCR_CL_6);
869
SET(
mpcr
, GTMPSC_MPCR_CL_7);
872
SET(
mpcr
, GTMPSC_MPCR_CL_8);
876
SET(
mpcr
, GTMPSC_MPCR_SBL_2);
878
return
mpcr
;
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026