Home | History | Annotate | Download | only in Isp1761UsbDxe

Lines Matching refs:Index

75   // The DMA Endpoint Index must not point to the same as the

76 // Endpoint Index Register.
119 UINTN Index;
138 for (Index = 0; Index < NumBytesAvailable / 4; Index++) {
139 ((UINT32 *) Buffer)[Index] = READ_REG32 (ISP1761_DATA_PORT);
149 for (Index = 0; Index < NumBytesAvailable % 4; Index++) {
150 ((UINT8 *) Buffer)[NumBytesRead + Index] = Val32 >> (Index * 8);
158 Endpoint Endpoint index (see Endpoint Index Register in datasheet)
175 UINTN Index;
188 for (Index = 0; Index < MaxPacketSize / 4; Index++) {
189 WRITE_REG32 (ISP1761_DATA_PORT, DwordBuffer[Index]);
305 // index is ignored)
313 UINTN Index;
320 for (Index = 0; Index < mInterfaceDescriptor->NumEndpoints; Index++) {
321 EPDesc = &mEndpointDescriptors[Index];
324 ASSERT ((EPDesc->EndpointAddress & 0xF) == ((Index / 2) + 1));
326 // Convert from USB endpoint index to ISP1761 endpoint Index
491 (EndpointIndex << 1) | 0x1, //Convert to ISP1761 endpoint index, Tx