Home
last modified time | relevance | path

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

/drivers/macintosh/
Dvia-macii.c76 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */ macro
167 via[B] |= ST_IDLE; in macii_init_via()
387 WARN_ON((status & ST_MASK) != ST_IDLE); in macii_interrupt()
499 (status & ST_MASK) == ST_IDLE); in macii_interrupt()
553 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt()
/drivers/scsi/
Dst.h214 #define ST_IDLE 0 macro
Dst.c944 STps->rw = ST_IDLE; in reset_state()
1080 STps->rw = ST_IDLE; in check_tape()
1309 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()
3611 STps->rw = ST_IDLE; in st_ioctl()
3637 STps->rw = ST_IDLE; /* Prevent automatic WEOF and fsf */ in st_ioctl()
3684 STp->ps[i].rw = ST_IDLE; in st_ioctl()
3698 STp->ps[0].rw = ST_IDLE; in st_ioctl()
4332 STps->rw = ST_IDLE; in st_probe()
/drivers/w1/masters/
Dds2490.c97 #define ST_IDLE 0x20 /* DS2490 is currently idle */ macro
443 } while (!(st->status & ST_IDLE) && !(err < 0) && ++count < 100); in ds_wait_status()
761 } while (!(st.status & (ST_IDLE | ST_HALT))); in ds9490r_search()