Home
last modified time | relevance | path

Searched refs:UX_OHCI_ED_MPS (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ohci_least_traffic_list_get.c111 bandwidth_used += (ed -> ux_ohci_ed_dw0 >> 16) & UX_OHCI_ED_MPS; in _ux_hcd_ohci_least_traffic_list_get()
Dux_hcd_ohci_request_isochronous_transfer.c99 ed -> ux_ohci_ed_dw0 &= UX_OHCI_ED_MPS; in _ux_hcd_ohci_request_isochronous_transfer()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ohci.h299 #define UX_OHCI_ED_MPS 0x0000ffffu macro