Searched refs:hw_p (Results 1 – 3 of 3) sorted by relevance
84 U32 *hw_p = &pEhci->pPeriodic [u32Frame]; in ms_periodic_unlink() local90 prev_p = (Q_NEXT_TYPE (*hw_p) == QH_TYPE) in ms_periodic_unlink()94 hw_p = here.hw_next; in ms_periodic_unlink()103 next_p1 = (Q_NEXT_TYPE (*hw_p) == QH_TYPE) in ms_periodic_unlink()107 *hw_p = *here.hw_next; in ms_periodic_unlink()463 U32 *hw_p = &ehci->pPeriodic[i]; in ms_qh_link_periodic() local470 type = Q_NEXT_TYPE(*hw_p); in ms_qh_link_periodic()474 hw_p = shadow_next_periodic(ehci, &here, type); in ms_qh_link_periodic()486 hw_p = &here.qh->hw_next_qh; in ms_qh_link_periodic()493 qh->hw_next_qh = *hw_p; in ms_qh_link_periodic()[all …]
2167 unsigned int *hw_p; in dbg_timeout_async() local2180 hw_p = (unsigned int *)hw_next; in dbg_timeout_async()2181 diag_printf("--> %8x", *hw_p); in dbg_timeout_async()2183 hw_p = (unsigned int *)hw_next; in dbg_timeout_async()2184 diag_printf("--> %8x", *hw_p); in dbg_timeout_async()2186 hw_p = (unsigned int *)hw_next; in dbg_timeout_async()2187 diag_printf("--> %8x", *hw_p); in dbg_timeout_async()2189 hw_p = (unsigned int *)hw_next; in dbg_timeout_async()2190 diag_printf("--> %8x", *hw_p); in dbg_timeout_async()
128 U32 *hw_p = &ehci->periodic [frame]; in periodic_unlink() local135 prev_p = periodic_next_shadow (prev_p, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()137 hw_p = &here.qh->hw_next; in periodic_unlink()149 next_p1 = periodic_next_shadow (&here, Q_NEXT_TYPE (*hw_p)); in periodic_unlink()150 *hw_p = here.qh->hw_next; in periodic_unlink()174 U32 *hw_p = &ehci->periodic [frame]; in periodic_usecs() local179 switch (Q_NEXT_TYPE (*hw_p)) { in periodic_usecs()1133 U32 type, *hw_p; in scan_periodic() local1145 hw_p = &ehci->periodic [frame]; in scan_periodic()1147 type = Q_NEXT_TYPE (*hw_p); in scan_periodic()[all …]