Searched refs:USB_DEVICE_ECHI_DTD_POINTER_MASK (Results 1 – 2 of 2) sorted by relevance
531 …evice_ehci_dtd_struct_t *)((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciCancelControlPipe()596 (0U == ((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK))) in USB_DeviceEhciCancelControlPipe()614 …evice_ehci_dtd_struct_t *)((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciCancelControlPipe()713 USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()719 USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()740 … USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()750 USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()797 … (0U == ((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK))) in USB_DeviceEhciInterruptTokenDone()812 … USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()1757 …evice_ehci_dtd_struct_t *)((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK);[all …]
45 #define USB_DEVICE_ECHI_DTD_POINTER_MASK (0xFFFFFFE0U) macro