HomeSort by relevance Sort by last modified time
    Searched refs:rx_desc_bytes (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 38 STATIC UINTN rx_desc_bytes = 0; variable
195 rx_desc_bytes = DATA_SIZE;
197 rx_desc_bytes = len;
210 g_dma_desc->status.b.bytes = (UINT32)rx_desc_bytes;
516 UINTN bytes = rx_desc_bytes - g_dma_desc->status.b.bytes;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
usb.c 126 static unsigned int rx_desc_bytes = 0; variable
589 rx_desc_bytes = blocksize*64;
591 rx_desc_bytes = len;
593 VERBOSE("rx len %d, rx_desc_bytes %d \n",len,rx_desc_bytes);
600 dma_desc.status.b.bytes = rx_desc_bytes;
1100 int bytes = rx_desc_bytes - dma_desc.status.b.bytes;
    [all...]

Completed in 677 milliseconds