Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c214 u32 ir_context_mask; /* unoccupied IR contexts */ member
3002 mask = &ohci->ir_context_mask; in ohci_allocate_iso_context()
3014 mask = &ohci->ir_context_mask; in ohci_allocate_iso_context()
3170 ohci->ir_context_mask |= 1 << index; in ohci_free_iso_context()
3176 ohci->ir_context_mask |= 1 << index; in ohci_free_iso_context()
3709 ohci->ir_context_mask = ohci->ir_context_support; in pci_probe()
3710 ohci->n_ir = hweight32(ohci->ir_context_mask); in pci_probe()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c214 u32 ir_context_mask; /* unoccupied IR contexts */ member
3014 mask = &ohci->ir_context_mask; in ohci_allocate_iso_context()
3026 mask = &ohci->ir_context_mask; in ohci_allocate_iso_context()
3182 ohci->ir_context_mask |= 1 << index; in ohci_free_iso_context()
3188 ohci->ir_context_mask |= 1 << index; in ohci_free_iso_context()
3720 ohci->ir_context_mask = ohci->ir_context_support; in pci_probe()
3721 ohci->n_ir = hweight32(ohci->ir_context_mask); in pci_probe()

Completed in 11 milliseconds