Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c327 #define PKT_ALIGN 512 in ehci_submit_async() macro
367 if ((unsigned long)buffer & (PKT_ALIGN - 1)) in ehci_submit_async()
471 xfr_bytes &= ~(PKT_ALIGN - 1); in ehci_submit_async()