Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/Isp1761UsbDxe/
DIsp1761UsbDxe.c312 USB_ENDPOINT_DESCRIPTOR *EPDesc; in HandleSetConfiguration() local
321 EPDesc = &mEndpointDescriptors[Index]; in HandleSetConfiguration()
324 ASSERT ((EPDesc->EndpointAddress & 0xF) == ((Index / 2) + 1)); in HandleSetConfiguration()
329 EndpointIndex = ((EPDesc->EndpointAddress & 0xF) << 1) | in HandleSetConfiguration()
330 ((EPDesc->EndpointAddress & BIT7) >> 7); in HandleSetConfiguration()
333 WRITE_REG32 (ISP1761_ENDPOINT_MAX_PACKET_SIZE, EPDesc->MaxPacketSize); in HandleSetConfiguration()
340 WRITE_REG32 (ISP1761_BUFFER_LENGTH, EPDesc->MaxPacketSize); in HandleSetConfiguration()
341 WRITE_REG32 (ISP1761_ENDPOINT_TYPE, (EPDesc->Attributes & 0x3) | in HandleSetConfiguration()