Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_isochronous_endpoint_create.c126 ULONG mask; in _ux_hcd_ehci_isochronous_endpoint_create()
418 mask = (UX_EHCI_SMASK_0 << split_count) - UX_EHCI_SMASK_0; in _ux_hcd_ehci_isochronous_endpoint_create()
419 mask <<= microframe_i; in _ux_hcd_ehci_isochronous_endpoint_create()
422 mask |= mask >> 8; in _ux_hcd_ehci_isochronous_endpoint_create()
423 mask &= UX_EHCI_SMASK_MASK; in _ux_hcd_ehci_isochronous_endpoint_create()
431 itd.sitd_ptr -> ux_ehci_fsiso_td_cap1 = mask; in _ux_hcd_ehci_isochronous_endpoint_create()
437 if ((mask & (UX_EHCI_SMASK_0 << i)) == 0) in _ux_hcd_ehci_isochronous_endpoint_create()
464 mask = (UX_EHCI_CMASK_0 << split_count) - UX_EHCI_CMASK_0; in _ux_hcd_ehci_isochronous_endpoint_create()
465 mask <<= microframe_i + 2; in _ux_hcd_ehci_isochronous_endpoint_create()
468 mask |= mask >> 8; in _ux_hcd_ehci_isochronous_endpoint_create()
[all …]
/USBX-v6.2.1/test/regression/
Dusbx_storage_tests.c766 ULONG mask; in _ux_dcd_sim_slave_function_bo_to_cbi() local
778mask = ux_utility_long_get(&transfer_request->ux_slave_transfer_request_data_pointer[UX_SLAVE_CLAS… in _ux_dcd_sim_slave_function_bo_to_cbi()
781 if (mask == UX_SLAVE_CLASS_STORAGE_CSW_SIGNATURE_MASK) in _ux_dcd_sim_slave_function_bo_to_cbi()
898 ULONG mask; in _ux_dcd_sim_slave_function_bo_to_cb() local
906mask = ux_utility_long_get(&transfer_request->ux_slave_transfer_request_data_pointer[UX_SLAVE_CLAS… in _ux_dcd_sim_slave_function_bo_to_cb()
909 if (mask == UX_SLAVE_CLASS_STORAGE_CSW_SIGNATURE_MASK) in _ux_dcd_sim_slave_function_bo_to_cb()