Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c38 STATIC UINTN rx_desc_bytes = 0; variable
195 rx_desc_bytes = DATA_SIZE; in ep_rx()
197 rx_desc_bytes = len; in ep_rx()
210 g_dma_desc->status.b.bytes = (UINT32)rx_desc_bytes; in ep_rx()
516 UINTN bytes = rx_desc_bytes - g_dma_desc->status.b.bytes; in CheckInterrupts()
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c126 static unsigned int rx_desc_bytes = 0; variable
589 rx_desc_bytes = blocksize*64; in hiusb_epx_rx()
591 rx_desc_bytes = len; in hiusb_epx_rx()
593 VERBOSE("rx len %d, rx_desc_bytes %d \n",len,rx_desc_bytes); in hiusb_epx_rx()
600 dma_desc.status.b.bytes = rx_desc_bytes; in hiusb_epx_rx()
1100 int bytes = rx_desc_bytes - dma_desc.status.b.bytes; in usb_poll()