Searched refs:stepping (Results 1 - 1 of 1) sorted by relevance

/k10sensor/src/
H A Dcommon.c81 uint32_t stepping = v->modelStepping & 0xf; local
111 if (stepping < 0x2) {
118 v->revision[4] = stepping < 0x2 ? '4' : '5';
121 } else /* 00h */ if (stepping >= 0xA) {
124 } else if (stepping >= 0x8) {
126 } else if (stepping >= 0x1) {
132 strcpy(v->revision, stepping == 0 ? "CH-D0" : "CH-CG"); /* CH-* */
138 strcpy(v->revision, stepping == 0 ? "DH-E3" : "DH-E6");
155 v->revision[4] = '0' + stepping;
198 v->revision[4] = stepping < 1
[all...]

Completed in 5 milliseconds