Searched refs:hw_p (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-sched.c | 66 __hc32 *hw_p = &ehci->periodic[frame]; in periodic_unlink() local 72 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink() 73 hw_p = shadow_next_periodic(ehci, &here, in periodic_unlink() 74 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink() 85 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink() 88 *shadow_next_periodic(ehci, &here, Q_NEXT_TYPE(ehci, *hw_p)) in periodic_unlink() 90 *hw_p = *shadow_next_periodic(ehci, &here, in periodic_unlink() 91 Q_NEXT_TYPE(ehci, *hw_p)); in periodic_unlink() 93 *hw_p = cpu_to_hc32(ehci, ehci->dummy->qh_dma); in periodic_unlink() 531 __hc32 *hw_p = &ehci->periodic[i]; in qh_link_periodic() local [all …]
|
| H A D | fotg210-hcd.c | 3307 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_unlink() local 3313 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink() 3314 hw_p = shadow_next_periodic(fotg210, &here, in periodic_unlink() 3315 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink() 3326 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink() 3328 *hw_p = *shadow_next_periodic(fotg210, &here, in periodic_unlink() 3329 Q_NEXT_TYPE(fotg210, *hw_p)); in periodic_unlink() 3336 __hc32 *hw_p = &fotg210->periodic[frame]; in periodic_usecs() local 3342 switch (hc32_to_cpu(fotg210, Q_NEXT_TYPE(fotg210, *hw_p))) { in periodic_usecs() 3352 hw_p = &hw->hw_next; in periodic_usecs() [all …]
|
| H A D | oxu210hp-hcd.c | 2244 __le32 *hw_p = &oxu->periodic[frame]; in periodic_unlink() local 2249 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p)); in periodic_unlink() 2250 hw_p = here.hw_next; in periodic_unlink() 2260 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p)); in periodic_unlink() 2261 *hw_p = *here.hw_next; in periodic_unlink() 2268 __le32 *hw_p = &oxu->periodic[frame]; in periodic_usecs() local 2273 switch (Q_NEXT_TYPE(*hw_p)) { in periodic_usecs() 2282 hw_p = &q->qh->hw_next; in periodic_usecs() 2366 __le32 *hw_p = &oxu->periodic[i]; in qh_link_periodic() local 2372 type = Q_NEXT_TYPE(*hw_p); in qh_link_periodic() [all …]
|