Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/mon/
H A Dmon_bin.c161 #define PKT_ALIGN 64 macro
303 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc()
329 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_alloc_contiguous()
379 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_buff_area_free()
609 delta = (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
611 delta -= (ep->len_cap + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_event()
938 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_fetch()
975 size = (size + PKT_ALIGN-1) & ~(PKT_ALIGN-1); in mon_bin_queued()
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c326 #define PKT_ALIGN 512 in ehci_submit_async() macro
366 if ((unsigned long)buffer & (PKT_ALIGN - 1)) in ehci_submit_async()
476 xfr_bytes &= ~(PKT_ALIGN - 1); in ehci_submit_async()