Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dehci-hcd.c326 #define PKT_ALIGN 512 in ehci_submit_async() macro
366 if ((unsigned long)buffer & (PKT_ALIGN - 1)) in ehci_submit_async()
470 xfr_bytes &= ~(PKT_ALIGN - 1); in ehci_submit_async()