Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/dwc2/
Dcore.h827 #define DWC2_US_PER_SLICE 25 macro
828 #define DWC2_SLICES_PER_UFRAME (DWC2_US_PER_UFRAME / DWC2_US_PER_SLICE)
831 (DIV_ROUND_UP((us), DWC2_US_PER_SLICE) * \
832 DWC2_US_PER_SLICE)
838 DWC2_US_PER_SLICE)
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()