Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-sched.c113 if (q->qh->hw_info2 & cpu_to_le32 (1 << uframe)) in periodic_usecs()
116 if (q->qh->hw_info2 & cpu_to_le32 (1 << (8 + uframe))) in periodic_usecs()
377 uframe = ffs (le32_to_cpup (&qh->hw_info2) & 0x00ff); in qh_schedule()
405 qh->hw_info2 &= ~__constant_cpu_to_le32(0xffff); in qh_schedule()
406 qh->hw_info2 |= cpu_to_le32 (1 << uframe) | c_mask; in qh_schedule()
Dehci.h350 u32 hw_info2; /* see EHCI 3.6.2 */ member
Dehci-dbg.c148 qh, qh->hw_next, qh->hw_info1, qh->hw_info2, in dbg_qh()
377 scratch, cpu_to_le32p (&qh->hw_info2), in qh_lines()
Dehci-q.c208 if ((qh->hw_info2 & __constant_cpu_to_le32 (0x00ff)) != 0) { in ehci_urb_done()
761 qh->hw_info2 = cpu_to_le32 (info2); in qh_make()
Dehci-hcd.c922 else if ((qh->hw_info2 & cpu_to_le32 (0xffff)) != 0 in ehci_free_config()