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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dohci.c197 u32 ir_context_mask; /* unoccupied IR contexts */ member in struct:fw_ohci
2318 mask = &ohci->ir_context_mask;
2330 mask = &ohci->ir_context_mask;
2475 ohci->ir_context_mask |= 1 << index;
2481 ohci->ir_context_mask |= 1 << index;
2891 ohci->ir_context_mask = reg_read(ohci, OHCI1394_IsoRecvIntMaskSet);
2893 n_ir = hweight32(ohci->ir_context_mask);

Completed in 169 milliseconds