Home
last modified time | relevance | path

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

/freebsd/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/sys/dev/iicbus/controller/rockchip/
H A Drk_i2c.c114 STATE_IDLE = 0, enumerator
314 sc->state = STATE_IDLE; in rk_i2c_intr_locked()
394 sc->state = STATE_IDLE; in rk_i2c_intr_locked()
396 case STATE_IDLE: in rk_i2c_intr_locked()
426 sc->state = STATE_IDLE; in rk_i2c_start_xfer()