Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
A Dcore.h830 #define DWC2_US_PER_SLICE 25 macro
831 #define DWC2_SLICES_PER_UFRAME (DWC2_US_PER_UFRAME / DWC2_US_PER_SLICE)
834 (DIV_ROUND_UP((us), DWC2_US_PER_SLICE) * \
835 DWC2_US_PER_SLICE)
841 DWC2_US_PER_SLICE)
A Dhcd_queue.c467 DWC2_US_PER_SLICE * qh->ls_start_schedule_slice); in dwc2_qh_schedule_print()
521 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_schedule()
560 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_unschedule()

Completed in 11 milliseconds