Searched refs:ux_ohci_ed_dw0 (Results 1 – 11 of 11) sorted by relevance
141 ed -> ux_ohci_ed_dw0 = device -> ux_device_address | in _ux_hcd_ohci_interrupt_endpoint_create()146 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_LOW_SPEED; in _ux_hcd_ohci_interrupt_endpoint_create()201 while (!(ed_list -> ux_ohci_ed_dw0 & UX_OHCI_ED_SKIP)) in _ux_hcd_ohci_interrupt_endpoint_create()
100 ed -> ux_ohci_ed_dw0 &= UX_OHCI_ED_MPS; in _ux_hcd_ohci_request_isochronous_transfer()108 ed -> ux_ohci_ed_dw0 |= transfer_request -> ux_transfer_request_packet_length << 16; in _ux_hcd_ohci_request_isochronous_transfer()144 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_IN; in _ux_hcd_ohci_request_isochronous_transfer()146 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_OUT; in _ux_hcd_ohci_request_isochronous_transfer()
114 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_SKIP; in _ux_hcd_ohci_transfer_abort()150 ed -> ux_ohci_ed_dw0 &= ~UX_OHCI_ED_SKIP; in _ux_hcd_ohci_transfer_abort()
125 ed -> ux_ohci_ed_dw0 = device -> ux_device_address | in _ux_hcd_ohci_asynchronous_endpoint_create()130 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_LOW_SPEED; in _ux_hcd_ohci_asynchronous_endpoint_create()
112 bandwidth_used += (ed -> ux_ohci_ed_dw0 >> 16) & UX_OHCI_ED_MPS; in _ux_hcd_ohci_least_traffic_list_get()
109 ed -> ux_ohci_ed_dw0 = UX_OHCI_ED_SKIP; in _ux_hcd_ohci_periodic_tree_create()
122 ed -> ux_ohci_ed_dw0 = device -> ux_device_address | UX_OHCI_ED_ISOCHRONOUS | in _ux_hcd_ohci_isochronous_endpoint_create()
108 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_SKIP; in _ux_hcd_ohci_periodic_endpoint_destroy()
133 …ed -> ux_ohci_ed_dw0 = device -> ux_device_address | ((ULONG) endpoint -> ux_endpoint_descriptor… in _ux_hcd_ohci_request_control_transfer()138 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_LOW_SPEED; in _ux_hcd_ohci_request_control_transfer()
111 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_SKIP; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
279 ULONG ux_ohci_ed_dw0; member