CIP_UNAWARE_SYT
bool aware_syt = !(s->flags & CIP_UNAWARE_SYT);
if (s->flags & CIP_UNAWARE_SYT) {
bool aware_syt = !(s->flags & CIP_UNAWARE_SYT);
if (!(s->flags & CIP_UNAWARE_SYT))
unsigned int flags = CIP_NONBLOCKING | CIP_UNAWARE_SYT;
return amdtp_stream_init(s, unit, dir, CIP_BLOCKING | CIP_UNAWARE_SYT | CIP_NO_HEADER, 0,
err = amdtp_am824_init(stream, efw->unit, s_dir, CIP_BLOCKING | CIP_UNAWARE_SYT);
unsigned int flags = CIP_BLOCKING | CIP_UNAWARE_SYT;
flags |= CIP_UNAWARE_SYT;
unsigned int flags = CIP_NONBLOCKING | CIP_SKIP_DBC_ZERO_CHECK | CIP_UNAWARE_SYT;