Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/macintosh/
Dvia-macii.c76 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */ macro
172 via[B] |= ST_IDLE; in macii_init_via()
392 WARN_ON((status & ST_MASK) != ST_IDLE); in macii_interrupt()
504 (status & ST_MASK) == ST_IDLE); in macii_interrupt()
558 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt()
/Linux-v5.15/drivers/scsi/
Dst.h215 #define ST_IDLE 0 macro
Dst.c938 STps->rw = ST_IDLE; in reset_state()
1074 STps->rw = ST_IDLE; in check_tape()
1303 STps->rw = ST_IDLE; in st_open()
2995 STps->rw = ST_IDLE; /* prevent automatic WEOF at close */ in st_int_ioctl()
3242 STps->rw = ST_IDLE; in set_location()
3605 STps->rw = ST_IDLE; in st_ioctl()
3631 STps->rw = ST_IDLE; /* Prevent automatic WEOF and fsf */ in st_ioctl()
3678 STp->ps[i].rw = ST_IDLE; in st_ioctl()
3692 STp->ps[0].rw = ST_IDLE; in st_ioctl()
4328 STps->rw = ST_IDLE; in st_probe()
/Linux-v5.15/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()
754 } while (!(st.status & (ST_IDLE | ST_HALT))); in ds9490r_search()