HomeSort by: relevance | last modified time | path
    Searched defs:nctrl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/evbmips/loongson/dev/
stvii.c 257 uint8_t nctrl; local in function:stvii_worker
302 nctrl = sc->sc_control & ~(STC_TRICKLE | STC_CHARGE_ENABLE);
313 nctrl |= STC_CHARGE_ENABLE;
315 nctrl |= STC_TRICKLE;
317 if (nctrl != sc->sc_control) {
318 sc->sc_control = nctrl;
  /src/sys/dev/i2c/
rkpmic.c 93 u_int nctrl; member in struct:rkpmic_config
134 .nctrl = __arraycount(rk805_ctrls),
198 .nctrl = __arraycount(rk808_ctrls),
523 for (n = 0; n < sc->sc_conf->nctrl; n++) {

Completed in 32 milliseconds