Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firewire/
H A Dohci.c216 u64 mc_channels; /* channels in use by the multichannel IR context */ member
2993 ohci->mc_channels = channels; in set_multichannel_mask()
3197 ohci->ir_context_channels |= ohci->mc_channels; in ohci_free_iso_context()
3198 ohci->mc_channels = 0; in ohci_free_iso_context()
3218 if (~ohci->ir_context_channels & ~ohci->mc_channels & *channels) { in ohci_set_iso_channels()