Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dohci.c216 u64 mc_channels; /* channels in use by the multichannel IR context */ member
2937 ohci->mc_channels = channels; in set_multichannel_mask()
3141 ohci->ir_context_channels |= ohci->mc_channels; in ohci_free_iso_context()
3142 ohci->mc_channels = 0; in ohci_free_iso_context()
3162 if (~ohci->ir_context_channels & ~ohci->mc_channels & *channels) { in ohci_set_iso_channels()