mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 12:51:32 +03:00
[usb] Add the concept of a USB bus maximum transfer size
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -24,6 +24,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
*/
|
||||
#define XHCI_MIN_ALIGN 64
|
||||
|
||||
/** Maximum transfer size */
|
||||
#define XHCI_MTU 65536
|
||||
|
||||
/** xHCI PCI BAR */
|
||||
#define XHCI_BAR PCI_BASE_ADDRESS_0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user