Lines Matching refs:qh

187         ehciState->qh[i].nextDtdPointer = USB_DEVICE_ECHI_DTD_TERMINATE_MASK;  in USB_DeviceEhciSetDefaultState()
188 …ehciState->qh[i].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketSize = in USB_DeviceEhciSetDefaultState()
192 ehciState->qh[i].endpointStatusUnion.endpointStatusBitmap.isOpened = 0U; in USB_DeviceEhciSetDefaultState()
197 ehciState->registerBase->EPLISTADDR = (uint32_t)USB_DEV_MEMORY_CPU_2_DMA(ehciState->qh); in USB_DeviceEhciSetDefaultState()
200 ehciState->registerBase->EPLISTADDR = (uint32_t)ehciState->qh; in USB_DeviceEhciSetDefaultState()
278 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.mult = in USB_DeviceEhciEndpointInit()
284 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.mult = 0U; in USB_DeviceEhciEndpointInit()
288 …ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.maxPacketS… in USB_DeviceEhciEndpointInit()
290 ehciState->qh[index].endpointStatusUnion.endpointStatusBitmap.zlt = epInit->zlt; in USB_DeviceEhciEndpointInit()
294 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.zlt = 1U; in USB_DeviceEhciEndpointInit()
299 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.zlt = in USB_DeviceEhciEndpointInit()
306 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.ios = 1U; in USB_DeviceEhciEndpointInit()
314 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.ios = 0U; in USB_DeviceEhciEndpointInit()
321 ehciState->qh[index].endpointStatusUnion.endpointStatusBitmap.isOpened = 1U; in USB_DeviceEhciEndpointInit()
345 ehciState->qh[index].endpointStatusUnion.endpointStatusBitmap.isOpened = 0U; in USB_DeviceEhciEndpointDeinit()
363 ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristics = 0U; in USB_DeviceEhciEndpointDeinit()
495 ehciState->qh[index].setupBufferBack[0] = ehciState->qh[index].setupBuffer[0]; in USB_DeviceEhciFillSetupBuffer()
496 ehciState->qh[index].setupBufferBack[1] = ehciState->qh[index].setupBuffer[1]; in USB_DeviceEhciFillSetupBuffer()
581 ehciState->qh[index].nextDtdPointer = USB_DEVICE_ECHI_DTD_TERMINATE_MASK; in USB_DeviceEhciCancelControlPipe()
582 ehciState->qh[index].dtdTokenUnion.dtdToken = 0U; in USB_DeviceEhciCancelControlPipe()
649 … temp = (void *)&ehciState->qh[(uint8_t)((uint32_t)endpoint << 1U) + USB_OUT].setupBufferBack; in USB_DeviceEhciInterruptTokenDone()
700 if (1U == ehciState->qh[index].endpointStatusUnion.endpointStatusBitmap.zlt) in USB_DeviceEhciInterruptTokenDone()
703 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.zlt) in USB_DeviceEhciInterruptTokenDone()
706 ehciState->qh[index] in USB_DeviceEhciInterruptTokenDone()
781 … ehciState->qh[index].nextDtdPointer = USB_DEVICE_ECHI_DTD_TERMINATE_MASK; in USB_DeviceEhciInterruptTokenDone()
782 ehciState->qh[index].dtdTokenUnion.dtdToken = 0U; in USB_DeviceEhciInterruptTokenDone()
841 … ehciState->qh[index].nextDtdPointer = (uint32_t)currentDtd; in USB_DeviceEhciInterruptTokenDone()
842 ehciState->qh[index].dtdTokenUnion.dtdToken = 0U; in USB_DeviceEhciInterruptTokenDone()
1084 if (0U == ehciState->qh[index].endpointStatusUnion.endpointStatusBitmap.isOpened)
1204 temp = (void *)&ehciState->qh[setupindex].setupBufferBack[0];
1206 if (1U == ehciState->qh[index].endpointStatusUnion.endpointStatusBitmap.zlt)
1210 (sendLength % ehciState->qh[index]
1214 … ehciState->qh[index].capabilttiesCharacteristicsUnion.capabilttiesCharacteristicsBitmap.zlt = 0U;
1251 ehciState->qh[index].nextDtdPointer = (uint32_t)USB_DEV_MEMORY_CPU_2_DMA(dtdHard);
1253 ehciState->qh[index].nextDtdPointer = (uint32_t)dtdHard;
1255 ehciState->qh[index].dtdTokenUnion.dtdToken = 0U;
1488 ehciState->qh = (usb_device_ehci_qh_struct_t *)temp;
1856 ehciState->qh[index].nextDtdPointer = USB_DEVICE_ECHI_DTD_TERMINATE_MASK;
1857 ehciState->qh[index].dtdTokenUnion.dtdToken = 0U;