Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_interrupt_endpoint_create.c141 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()
Dux_hcd_ohci_request_isochronous_transfer.c100 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()
Dux_hcd_ohci_transfer_abort.c114 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()
Dux_hcd_ohci_asynchronous_endpoint_create.c125 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()
Dux_hcd_ohci_least_traffic_list_get.c112 bandwidth_used += (ed -> ux_ohci_ed_dw0 >> 16) & UX_OHCI_ED_MPS; in _ux_hcd_ohci_least_traffic_list_get()
Dux_hcd_ohci_periodic_tree_create.c109 ed -> ux_ohci_ed_dw0 = UX_OHCI_ED_SKIP; in _ux_hcd_ohci_periodic_tree_create()
Dux_hcd_ohci_isochronous_endpoint_create.c122 ed -> ux_ohci_ed_dw0 = device -> ux_device_address | UX_OHCI_ED_ISOCHRONOUS | in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ohci_periodic_endpoint_destroy.c108 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_SKIP; in _ux_hcd_ohci_periodic_endpoint_destroy()
Dux_hcd_ohci_request_control_transfer.c133 …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()
Dux_hcd_ohci_asynchronous_endpoint_destroy.c111 ed -> ux_ohci_ed_dw0 |= UX_OHCI_ED_SKIP; in _ux_hcd_ohci_asynchronous_endpoint_destroy()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h279 ULONG ux_ohci_ed_dw0; member