Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc2/
A Dcore.h835 #define DWC2_US_PER_SLICE 25 macro
836 #define DWC2_SLICES_PER_UFRAME (DWC2_US_PER_UFRAME / DWC2_US_PER_SLICE)
839 (DIV_ROUND_UP((us), DWC2_US_PER_SLICE) * \
840 DWC2_US_PER_SLICE)
846 DWC2_US_PER_SLICE)
A Dhcd_queue.c533 DWC2_US_PER_SLICE * qh->ls_start_schedule_slice); in dwc2_qh_schedule_print()
587 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_schedule()
626 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_unschedule()

Completed in 12 milliseconds