Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A 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()
/openbmc/linux/drivers/scsi/
H A Dst.h215 #define ST_IDLE 0 macro
H A Dst.c945 STps->rw = ST_IDLE; in reset_state()
1086 STps->rw = ST_IDLE; in check_tape()
1315 STps->rw = ST_IDLE; in st_open()
3007 STps->rw = ST_IDLE; /* prevent automatic WEOF at close */ in st_int_ioctl()
3254 STps->rw = ST_IDLE; in set_location()
3618 STps->rw = ST_IDLE; in st_ioctl()
3645 STps->rw = ST_IDLE; /* Prevent automatic WEOF and fsf */ in st_ioctl()
3692 STp->ps[i].rw = ST_IDLE; in st_ioctl()
3706 STp->ps[0].rw = ST_IDLE; in st_ioctl()
4352 STps->rw = ST_IDLE; in st_probe()
/openbmc/linux/drivers/w1/masters/
H A 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()