Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

xhci.c

Forked from Reform / reform-boundary-uboot
Source project has a limited visibility.
  • Bin Meng's avatar
    fa483b2c
    usb: xhci: Program max burst size for endpoint · fa483b2c
    Bin Meng authored
    
    The 'Max Burst Size' indicates to the xHC the maximum number of
    consecutive USB transactions that should be executed per scheduling
    opportunity. This is a “zero-based” value, where 0 to 15 represents
    burst sizes of 1 to 16, but at present this is always set to zero.
    Let's program the required value according to real needs.
    
    Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>
    fa483b2c
    History
    usb: xhci: Program max burst size for endpoint
    Bin Meng authored
    
    The 'Max Burst Size' indicates to the xHC the maximum number of
    consecutive USB transactions that should be executed per scheduling
    opportunity. This is a “zero-based” value, where 0 to 15 represents
    burst sizes of 1 to 16, but at present this is always set to zero.
    Let's program the required value according to real needs.
    
    Signed-off-by: default avatarBin Meng <bmeng.cn@gmail.com>