Home
last modified time | relevance | path

Searched refs:ST_IDLE (Results 1 – 4 of 4) sorted by relevance

/drivers/macintosh/
Dvia-macii.c78 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */ macro
174 via[B] |= ST_IDLE; in macii_init_via()
394 WARN_ON((status & ST_MASK) != ST_IDLE); in macii_interrupt()
506 (status & ST_MASK) == ST_IDLE); in macii_interrupt()
560 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt()
/drivers/scsi/
Dst.h217 #define ST_IDLE 0 macro
Dst.c943 STps->rw = ST_IDLE; in reset_state()
1079 STps->rw = ST_IDLE; in check_tape()
1308 STps->rw = ST_IDLE; in st_open()
3001 STps->rw = ST_IDLE; /* prevent automatic WEOF at close */ in st_int_ioctl()
3248 STps->rw = ST_IDLE; in set_location()
3610 STps->rw = ST_IDLE; in st_ioctl_common()
3636 STps->rw = ST_IDLE; /* Prevent automatic WEOF and fsf */ in st_ioctl_common()
3683 STp->ps[i].rw = ST_IDLE; in st_ioctl_common()
3697 STp->ps[0].rw = ST_IDLE; in st_ioctl_common()
4380 STps->rw = ST_IDLE; in st_probe()
/drivers/w1/masters/
Dds2490.c97 #define ST_IDLE 0x20 /* DS2490 is currently idle */ macro
439 } while (!(st->status & ST_IDLE) && !(err < 0) && ++count < 100); in ds_wait_status()
744 } while (!(st.status & (ST_IDLE | ST_HALT))); in ds9490r_search()