Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c1794 int maxp, hw_maxp; in ms_qh_append_tds() local
1797 hw_maxp = max_packet(pQh->hw_ep_state1 >> 16); in ms_qh_append_tds()
1798 if (maxp != hw_maxp) in ms_qh_append_tds()
1799 ms_debug_debug("[USB] hw_map(%x) <-> maxp(%x)\n", hw_maxp, maxp); in ms_qh_append_tds()
1801 if (maxp > hw_maxp) in ms_qh_append_tds()