Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dohci.c229 u64 mc_channels; /* channels in use by the multichannel IR context */ member
2943 ohci->mc_channels = channels; in set_multichannel_mask()
3147 ohci->ir_context_channels |= ohci->mc_channels; in ohci_free_iso_context()
3148 ohci->mc_channels = 0; in ohci_free_iso_context()
3168 if (~ohci->ir_context_channels & ~ohci->mc_channels & *channels) { in ohci_set_iso_channels()