Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dusb.c48 #define USB_BLOCK_HIGH_SPEED_SIZE 512 macro
432 blocksize = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in hiusb_epx_tx()
558 blocksize = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in hiusb_epx_rx()
818 maxpacket = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in usb_handle_control_request()
821 maxpacket = usb_drv_port_speed() ? 64 : USB_BLOCK_HIGH_SPEED_SIZE; in usb_handle_control_request()
964 …uint32_t maxpacket = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; // high speed maxpack… in usb_poll()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DDwUsbDxe.c44 #define USB_BLOCK_HIGH_SPEED_SIZE 512 macro
147 blocksize = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in ep_tx()
421 unsigned long maxpacket = usb_drv_port_speed() ? USB_BLOCK_HIGH_SPEED_SIZE : 64; in CheckInterrupts()