Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/mon/
H A Dmon_bin.c161 #define PKT_ALIGN 64 macro
300 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc()
326 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc_contiguous()
376 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_free()
606 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
608 delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
935 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_fetch()
972 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_queued()
/OK3568_Linux_fs/u-boot/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()