Lines Matching refs:xs_control
551 xs->xs_control = flags;
577 int flags = xs->xs_control;
952 if ((xs->xs_control & XS_CTL_IGNORE_NOT_READY) != 0)
957 if ((xs->xs_control &
997 if ((xs->xs_control & XS_CTL_IGNORE_NOT_READY) != 0)
1001 if (xs->xs_control & XS_CTL_SILENT_NODEV)
1005 if ((xs->xs_control & XS_CTL_SILENT) != 0)
1009 if ((xs->xs_control &
1016 if ((xs->xs_control & XS_CTL_DISCOVERY) != 0 &&
1020 if ((xs->xs_control & XS_CTL_SILENT) != 0)
1032 if ((xs->xs_control &
1039 if ((xs->xs_control & XS_CTL_SILENT) != 0)
1073 ((xs->xs_control & XS_CTL_SILENT) != 0) ||
1652 if ((xs->xs_control & (XS_CTL_ASYNC|XS_CTL_POLL)) ==
1665 if (xs->xs_control & XS_CTL_FREEZE_PERIPH)
1684 if ((xs->xs_control & XS_CTL_ASYNC) == 0) {
1693 if (xs->xs_control & XS_CTL_POLL) {
1739 * XS_CTL_ASYNC is set in xs->xs_control
1768 if ((xs->xs_control & XS_CTL_ASYNC) != 0 && xs->bp == NULL)
1781 if (xs->xs_control & XS_CTL_REQSENSE) {
1804 if ((xs->xs_control & XS_CTL_USERCMD) != 0) {
1869 if ((xs->xs_control & XS_CTL_POLL) ||
1906 if (xs->xs_control & XS_CTL_REQSENSE) {
1968 if (xs->xs_control & XS_CTL_ASYNC)
1991 flags = xs->xs_control & XS_CTL_POLL;
2052 if ((xs->xs_control & XS_CTL_POLL) != 0 &&
2062 if (xs->xs_control & XS_CTL_URGENT) {
2092 if (xs->xs_control & XS_CTL_THAW_PERIPH)
2135 (xs->xs_control & XS_CTL_URGENT) == 0)
2166 if (xs->xs_control & XS_CTL_POLL) {
2252 (xs->xs_control & XS_CTL_REQSENSE)) {
2253 xs->xs_control &= ~XS_CTL_TAGMASK;
2262 if (xs->xs_control & XS_CTL_URGENT)
2263 xs->xs_control |= XS_CTL_HEAD_TAG;
2265 xs->xs_control |= XS_CTL_SIMPLE_TAG;
2291 xs->xs_control |= XS_CTL_POLL;
2297 oasync = (xs->xs_control & XS_CTL_ASYNC);
2298 if (chan->chan_thread == NULL || (xs->xs_control & XS_CTL_POLL) != 0)
2299 xs->xs_control &= ~XS_CTL_ASYNC;
2301 async = (xs->xs_control & XS_CTL_ASYNC);
2302 poll = (xs->xs_control & XS_CTL_POLL);
2633 if (xs->xs_control & XS_CTL_REQSENSE) {
2636 if ((xs->xs_control & XS_CTL_ASYNC) != 0)
2894 printf("xs_control(0x%08x)", xs->xs_control);
2918 if ((xs->xs_control & XS_CTL_RESET) == 0) {