Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c217 u64 mc_channels; /* channels in use by the multichannel IR context */ member
3075 ohci->mc_channels = channels; in set_multichannel_mask()
3274 ohci->ir_context_channels |= ohci->mc_channels; in ohci_free_iso_context()
3275 ohci->mc_channels = 0; in ohci_free_iso_context()
3291 if (~ohci->ir_context_channels & ~ohci->mc_channels & *channels) { in ohci_set_iso_channels()