Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c225 u32 ir_context_mask; /* unoccupied IR contexts */ member
2458 if (!(ohci->ir_context_mask & BIT(i))) in ohci_disable()
2983 mask = &ohci->ir_context_mask; in ohci_allocate_iso_context()
2995 mask = &ohci->ir_context_mask; in ohci_allocate_iso_context()
3154 ohci->ir_context_mask |= 1 << index; in ohci_free_iso_context()
3160 ohci->ir_context_mask |= 1 << index; in ohci_free_iso_context()
3671 ohci->ir_context_mask = ohci->ir_context_support; in pci_probe()
3672 ohci->n_ir = hweight32(ohci->ir_context_mask); in pci_probe()