/src/sys/dev/i2c/ |
axp809.c | 207 int nstep, error; local in function:axp809_set_voltage 217 nstep = 1; 220 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) { 224 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) {
|
axp809.c | 207 int nstep, error; local in function:axp809_set_voltage 217 nstep = 1; 220 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) { 224 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) {
|
axppmic.c | 597 int nstep, error; local in function:axppmic_set_voltage 607 nstep = 1; 610 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) { 618 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) {
|
axppmic.c | 597 int nstep, error; local in function:axppmic_set_voltage 607 nstep = 1; 610 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) { 618 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) {
|
/src/sys/arch/amiga/dev/ |
fd.c | 1070 int nstep, sdir, ondly, ncyl, nside; local in function:fdsetpos 1100 nstep = ncyl - sc->curcyl; 1101 if (nstep) { 1105 if (nstep > 0 && ncyl != 0) { 1109 nstep = -nstep; 1118 nstep = 256; 1119 while (FDTESTC(FDB_CYLZERO) == 0 && nstep--) { 1123 if (nstep < 0) 1129 while (nstep--) [all...] |
fd.c | 1070 int nstep, sdir, ondly, ncyl, nside; local in function:fdsetpos 1100 nstep = ncyl - sc->curcyl; 1101 if (nstep) { 1105 if (nstep > 0 && ncyl != 0) { 1109 nstep = -nstep; 1118 nstep = 256; 1119 while (FDTESTC(FDB_CYLZERO) == 0 && nstep--) { 1123 if (nstep < 0) 1129 while (nstep--) [all...] |