Searched refs:ichreq (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/firewire/
H A Dfwdev.c553 struct fw_isochreq *ichreq = (struct fw_isochreq *)data; local
585 it->flag |= (0x3f & ichreq->ch);
586 it->flag |= ((0x3 & ichreq->tag) << 6);
591 ichreq->ch = it->flag & 0x3f;
592 ichreq->tag = it->flag >> 2 & 0x3;
611 ir->flag |= (0x3f & ichreq->ch);
612 ir->flag |= ((0x3 & ichreq->tag) << 6);
618 ichreq->ch = ir->flag & 0x3f;
619 ichreq->tag = ir->flag >> 2 & 0x3;

Completed in 158 milliseconds