Home
last modified time | relevance | path

Searched refs:STATE_IDLE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_leitch.c60 #define STATE_IDLE 0 macro
185 if (leitch->state != STATE_IDLE) { in leitch_poll()
188 leitch->state = STATE_IDLE; in leitch_poll()
354 leitch->state = STATE_IDLE; in leitch_start()
406 case STATE_IDLE: /* unexpected, discard and resync */ in leitch_receive()
410 leitch->state = STATE_IDLE; in leitch_receive()
426 leitch->state = STATE_IDLE; in leitch_receive()
444 leitch->state = STATE_IDLE; in leitch_receive()
461 leitch->state = STATE_IDLE; in leitch_receive()
471 leitch->state = STATE_IDLE; in leitch_receive()
/freebsd-13.1/sys/arm64/rockchip/
H A Drk_i2c.c117 STATE_IDLE = 0, enumerator
317 sc->state = STATE_IDLE; in rk_i2c_intr_locked()
397 sc->state = STATE_IDLE; in rk_i2c_intr_locked()
399 case STATE_IDLE: in rk_i2c_intr_locked()
429 sc->state = STATE_IDLE; in rk_i2c_start_xfer()