Searched refs:FD_MOTORWAIT (Results 1 – 1 of 1) sorted by relevance
250 #define FD_MOTORWAIT (1<<2) /* motor should be on */ macro642 fd->flags &= ~FD_MOTORWAIT; in fd_turnon()666 fd->flags |= FD_MOTORWAIT; in fd_motor()671 fd->flags &= ~(FD_MOTOR|FD_MOTORWAIT); in fd_motor()1196 if (!(fd->flags & FD_MOTORWAIT)) in fd_enqueue()