Searched refs:nstep (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/sys/dev/i2c/ |
| H A D | axp809.c | 207 int nstep, error; in axp809_set_voltage() local 217 nstep = 1; in axp809_set_voltage() 220 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) { in axp809_set_voltage() 224 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) { in axp809_set_voltage()
|
| H A D | axppmic.c | 597 int nstep, error; in axppmic_power_poweroff() 607 nstep = 1; in axppmic_gpio_ctl() 610 for (nstep = 0; nstep < c->c_step1cnt && vol < min; nstep++) { in axppmic_gpio_ctl() 618 for (nstep = 0; nstep < c->c_step2cnt && vol < min; nstep++) { in axppmic_gpio_ctl() 513 int nstep, error; axppmic_set_voltage() local
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | fd.c | 1070 int nstep, sdir, ondly, ncyl, nside; in fdsetpos() local 1100 nstep = ncyl - sc->curcyl; in fdsetpos() 1101 if (nstep) { in fdsetpos() 1105 if (nstep > 0 && ncyl != 0) { in fdsetpos() 1109 nstep = -nstep; in fdsetpos() 1118 nstep = 256; in fdsetpos() 1119 while (FDTESTC(FDB_CYLZERO) == 0 && nstep--) { in fdsetpos() 1123 if (nstep < 0) in fdsetpos() 1129 while (nstep--) { in fdsetpos()
|
| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | rcs.c | 4611 size_t nstep = (len < LARGEST_FWRITE ? len : LARGEST_FWRITE); in RCS_checkout() local 4616 if (fwrite (p, 1, nstep, ofp) != nstep) in RCS_checkout() 4626 p += nstep; in RCS_checkout() 4627 nleft -= nstep; in RCS_checkout() 4628 if (nleft < nstep) in RCS_checkout() 4629 nstep = nleft; in RCS_checkout()
|