Home
last modified time | relevance | path

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

/drivers/usb/dwc2/
Dcore.h822 #define DWC2_US_PER_SLICE 25 macro
823 #define DWC2_SLICES_PER_UFRAME (DWC2_US_PER_UFRAME / DWC2_US_PER_SLICE)
826 (DIV_ROUND_UP((us), DWC2_US_PER_SLICE) * \
827 DWC2_US_PER_SLICE)
833 DWC2_US_PER_SLICE)
Dhcd_queue.c503 DWC2_US_PER_SLICE * qh->ls_start_schedule_slice); in dwc2_qh_schedule_print()
557 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_schedule()
596 int slices = DIV_ROUND_UP(qh->device_us, DWC2_US_PER_SLICE); in dwc2_ls_pmap_unschedule()