ir_context_channels  212 drivers/firewire/ohci.c 	u64 ir_context_channels; /* unoccupied channels */
ir_context_channels 2957 drivers/firewire/ohci.c 		channels = &ohci->ir_context_channels;
ir_context_channels 3127 drivers/firewire/ohci.c 		ohci->ir_context_channels |= 1ULL << base->channel;
ir_context_channels 3133 drivers/firewire/ohci.c 		ohci->ir_context_channels |= ohci->mc_channels;
ir_context_channels 3154 drivers/firewire/ohci.c 		if (~ohci->ir_context_channels & ~ohci->mc_channels & *channels) {
ir_context_channels 3155 drivers/firewire/ohci.c 			*channels = ohci->ir_context_channels;
ir_context_channels 3659 drivers/firewire/ohci.c 	ohci->ir_context_channels = ~0ULL;