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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp1362-hcd.c945 static void finish_transfers(struct isp1362_hcd *isp1362_hcd, unsigned long done_map, argument
956 DBG(1, "%s: Finishing %s transfers %08lx\n", __func__, epq->name, done_map);
966 if (__test_and_clear_bit(index, &done_map)) {
982 if (!done_map)
985 if (done_map)
986 pr_warning("%s: done_map not clear: %08lx:%08lx\n", __func__, done_map,
1095 u32 done_map = isp1362_read_reg32(isp1362_hcd, HCINTLDONE); local
1103 isp1362_write_reg32(isp1362_hcd, HCINTLSKIP, skip_map | done_map);
1104 if (~(done_map | skip_ma
1118 u32 done_map = isp1362_read_reg32(isp1362_hcd, HCATLDONE); local
1795 u32 done_map = isp1362_read_reg32(isp1362_hcd, HCATLDONE); local
1799 u32 done_map = isp1362_read_reg32(isp1362_hcd, HCINTLDONE); local
[all...]
H A Disp1760-hcd.c957 u32 done_map, skip_map; local
973 done_map = isp1760_readl(usb_hcd->regs +
979 or_map &= ~done_map;
983 while (done_map) {
990 queue_entry = __ffs(done_map);
991 done_map &= ~(1 << queue_entry);
1048 qtd->length, done_map,
1179 u32 done_map, skip_map; local
1192 done_map = isp1760_readl(usb_hcd->regs +
1198 or_map &= ~done_map;
[all...]

Completed in 109 milliseconds