Searched refs:frindex (Results 1 – 5 of 5) sorted by relevance
92 UINT frindex; in _ux_hcd_ehci_least_traffic_list_get() local123 for (frindex = 0; frindex < 8; frindex ++) in _ux_hcd_ehci_least_traffic_list_get()125 microframe_load[frindex] = 0; in _ux_hcd_ehci_least_traffic_list_get()127 microframe_ssplit_count[frindex] = 0; in _ux_hcd_ehci_least_traffic_list_get()135 for (frindex = 0; frindex < 8; frindex ++) in _ux_hcd_ehci_least_traffic_list_get()137 microframe_load[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()139 …microframe_ssplit_count[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[frindex… in _ux_hcd_ehci_least_traffic_list_get()148 for (frindex = 0; frindex < 8; frindex ++) in _ux_hcd_ehci_least_traffic_list_get()149 bandwidth_used += microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()
108 UINT frindex; in _ux_hcd_ehci_isochronous_endpoint_destroy()223 for (frindex = 0; frindex < 8; frindex ++) in _ux_hcd_ehci_isochronous_endpoint_destroy()227 if (ed_td.sitd_ptr -> ux_ehci_fsiso_td_cap1 & (UX_EHCI_SMASK_0 << frindex)) in _ux_hcd_ehci_isochronous_endpoint_destroy()231 …itd_ptr -> ux_ehci_fsiso_td_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[frindex] --; in _ux_hcd_ehci_isochronous_endpoint_destroy()240 frindex == last_frindex) in _ux_hcd_ehci_isochronous_endpoint_destroy()241 …sitd_ptr -> ux_ehci_fsiso_td_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex] = (USHORT) in _ux_hcd_ehci_isochronous_endpoint_destroy()242 …d_ptr -> ux_ehci_fsiso_td_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex] - last_size); in _ux_hcd_ehci_isochronous_endpoint_destroy()244 …sitd_ptr -> ux_ehci_fsiso_td_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex] = (USHORT) in _ux_hcd_ehci_isochronous_endpoint_destroy()245 …d.sitd_ptr -> ux_ehci_fsiso_td_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex] - 188u); in _ux_hcd_ehci_isochronous_endpoint_destroy()251 if (ed_td.sitd_ptr -> ux_ehci_fsiso_td_cap1 & (UX_EHCI_CMASK_0 << frindex)) in _ux_hcd_ehci_isochronous_endpoint_destroy()[all …]
94 ULONG frindex; in _ux_hcd_ehci_hsisochronous_tds_process() local154 frindex = fr_hc + i; in _ux_hcd_ehci_hsisochronous_tds_process()155 frindex &= 7u; in _ux_hcd_ehci_hsisochronous_tds_process()157 if ((ed -> ux_ehci_hsiso_ed_frload & (1u << frindex)) == 0) in _ux_hcd_ehci_hsisochronous_tds_process()163 fr_td = ed -> ux_ehci_hsiso_ed_fr_td[frindex >> 1]; in _ux_hcd_ehci_hsisochronous_tds_process()166 control = fr_td -> ux_ehci_hsiso_td_control[frindex]; in _ux_hcd_ehci_hsisochronous_tds_process()177 frindex1 = frindex + ed -> ux_ehci_hsiso_ed_frinterval; in _ux_hcd_ehci_hsisochronous_tds_process()207 fr_td -> ux_ehci_hsiso_td_control[frindex] = control; in _ux_hcd_ehci_hsisochronous_tds_process()223 … fr_td -> ux_ehci_hsiso_td_frload = (UCHAR)(fr_td -> ux_ehci_hsiso_td_frload & ~(1u << frindex)); in _ux_hcd_ehci_hsisochronous_tds_process()224 … ed -> ux_ehci_hsiso_ed_frload = (USHORT)(ed -> ux_ehci_hsiso_ed_frload & ~(1u << frindex)); in _ux_hcd_ehci_hsisochronous_tds_process()[all …]
100 ULONG frindex; in _ux_hcd_ehci_transfer_abort() local158 for (frindex = 0; frindex < 4; frindex ++) in _ux_hcd_ehci_transfer_abort()162 fr_td = ied -> ux_ehci_hsiso_ed_fr_td[frindex]; in _ux_hcd_ehci_transfer_abort()163 … fr_td -> ux_ehci_hsiso_td_control[(frindex << 1)] &= ~UX_EHCI_HSISO_STATUS_ACTIVE; in _ux_hcd_ehci_transfer_abort()164 … fr_td -> ux_ehci_hsiso_td_control[(frindex << 1) + 1] &= ~UX_EHCI_HSISO_STATUS_ACTIVE; in _ux_hcd_ehci_transfer_abort()223 frindex = fr_start + fr_req; in _ux_hcd_ehci_transfer_abort()224 frindex &= 0x7u; in _ux_hcd_ehci_transfer_abort()227 fr_td = ied -> ux_ehci_hsiso_ed_fr_td[frindex >> 1]; in _ux_hcd_ehci_transfer_abort()228 fr_td -> ux_ehci_hsiso_td_frload &= (UCHAR)~(1u << frindex); in _ux_hcd_ehci_transfer_abort()229 fr_td -> ux_ehci_hsiso_td_control[frindex] &= ~UX_EHCI_HSISO_STATUS_ACTIVE; in _ux_hcd_ehci_transfer_abort()[all …]
92 ULONG frindex; in _ux_hcd_ehci_interrupt_endpoint_destroy() local153 for(frindex = 0; frindex < 8; frindex ++) in _ux_hcd_ehci_interrupt_endpoint_destroy()157 if ((ed -> ux_ehci_ed_cap1 & (UX_EHCI_SMASK_0 << frindex))) in _ux_hcd_ehci_interrupt_endpoint_destroy()167 …d -> REF_AS.INTR.ux_ehci_ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[frindex] --; in _ux_hcd_ehci_interrupt_endpoint_destroy()175 …hci_ed_microframe_load[frindex] = (USHORT)(ed -> REF_AS.INTR.ux_ehci_ed_anchor -> REF_AS.ANCHOR.ux… in _ux_hcd_ehci_interrupt_endpoint_destroy()186 (ed -> ux_ehci_ed_cap1 & (UX_EHCI_CMASK_0 << frindex))) in _ux_hcd_ehci_interrupt_endpoint_destroy()190 …hci_ed_microframe_load[frindex] = (USHORT)(ed -> REF_AS.INTR.ux_ehci_ed_anchor -> REF_AS.ANCHOR.ux… in _ux_hcd_ehci_interrupt_endpoint_destroy()