HomeSort by: relevance | last modified time | path
    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