Searched refs:UX_MAX_NUMBER_OF_TRANSACTIONS_MASK (Results 1 – 13 of 13) sorted by relevance
161 … n_tran = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_host_stack_new_endpoint_create()162 if (n_tran >= UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) in _ux_host_stack_new_endpoint_create()
141 … (((endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> in _ux_host_stack_bandwidth_claim()
140 … (((endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> in _ux_host_stack_bandwidth_release()
142 … (((endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> in _ux_host_stack_bandwidth_check()
115 … n_trans = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_hcd_sim_host_request_isochronous_transfer()
247 UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_device_stack_interface_set()
330 … UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_device_stack_alternate_setting_set()
144 …cket_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_hcd_ehci_interrupt_endpoint_destroy()
218 …cket_size = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_hcd_ehci_isochronous_endpoint_destroy()
171 …ion = (endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK) >> … in _ux_hcd_ehci_interrupt_endpoint_create()
165 mult = endpoint -> ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_hcd_ehci_isochronous_endpoint_create()
498 trans = endpoint->ux_endpoint_descriptor.wMaxPacketSize & UX_MAX_NUMBER_OF_TRANSACTIONS_MASK; in _ux_host_class_dummy_get_max_payload_size()
1196 #define UX_MAX_NUMBER_OF_TRANSACTIONS_MASK 0x1800u macro