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

/linux-master/drivers/usb/host/
H A Dehci-q.c95 if (!(hw->hw_info1 & cpu_to_hc32(ehci, QH_TOGGLE_CTL))) {
99 epnum = (hc32_to_cpup(ehci, &hw->hw_info1) >> 8) & 0x0f;
945 hw->hw_info1 = cpu_to_hc32(ehci, info1);
1052 qh->hw->hw_info1 &= ~qh_addr_mask;
H A Dehci-dbg.c101 qh, hw->hw_next, hw->hw_info1, hw->hw_info2, hw->hw_current);
396 scratch = hc32_to_cpup(ehci, &hw->hw_info1);
596 u32 scratch = hc32_to_cpup(ehci, &hw->hw_info1);
H A Dehci-hcd.c523 hw->hw_info1 = cpu_to_hc32(ehci, QH_HEAD);
525 hw->hw_info1 |= cpu_to_hc32(ehci, QH_INACTIVATE);
H A Doxu210hp-hcd.c310 __le32 hw_info1; /* see EHCI 3.6.2 */ member in struct:ehci_qh
1258 if (!(qh->hw_info1 & cpu_to_le32(1 << 14))) {
1262 epnum = (le32_to_cpup(&qh->hw_info1) >> 8) & 0x0f;
1907 qh->hw_info1 = cpu_to_le32(info1);
1988 qh->hw_info1 &= ~QH_ADDR_MASK;
2426 * qh->hw_info1 |= cpu_to_le32(1 << 7 "ignore");
3049 oxu->async->hw_info1 = cpu_to_le32(QH_HEAD);
3435 if (qh->hw_info1 == 0) {
H A Dehci.h384 __hc32 hw_info1; /* see EHCI 3.6.2 */ member in struct:ehci_qh_hw
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.h411 __hc32 hw_info1; /* see EHCI 3.6.2 */ member in struct:fotg210_qh_hw
H A Dfotg210-hcd.c136 hw->hw_next, hw->hw_info1, hw->hw_info2,
378 scratch = hc32_to_cpup(fotg210, &hw->hw_info1);
482 u32 scratch = hc32_to_cpup(fotg210, &hw->hw_info1);
2042 if (!(hw->hw_info1 & cpu_to_hc32(fotg210, QH_TOGGLE_CTL))) {
2046 epnum = (hc32_to_cpup(fotg210, &hw->hw_info1) >> 8) & 0x0f;
2866 hw->hw_info1 = cpu_to_hc32(fotg210, info1);
2962 qh->hw->hw_info1 &= ~qh_addr_mask;
4957 hw->hw_info1 = cpu_to_hc32(fotg210, QH_HEAD);

Completed in 183 milliseconds