Home
last modified time | relevance | path

Searched refs:DWC2_US_PER_SLICE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dcore.h827 * - DWC2_US_PER_SLICE must evenly divide DWC2_LS_PERIODIC_US_PER_FRAME.
829 #define DWC2_US_PER_SLICE 25 macro
830 #define DWC2_SLICES_PER_UFRAME (DWC2_US_PER_UFRAME / DWC2_US_PER_SLICE)
833 (DIV_ROUND_UP((us), DWC2_US_PER_SLICE) * \
834 DWC2_US_PER_SLICE)
840 DWC2_US_PER_SLICE)
H 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()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dcore.h808 * - DWC2_US_PER_SLICE must evenly divide DWC2_LS_PERIODIC_US_PER_FRAME.
810 #define DWC2_US_PER_SLICE 25 macro
811 #define DWC2_SLICES_PER_UFRAME (DWC2_US_PER_UFRAME / DWC2_US_PER_SLICE)
814 (DIV_ROUND_UP((us), DWC2_US_PER_SLICE) * \
815 DWC2_US_PER_SLICE)
821 DWC2_US_PER_SLICE)
H A 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()

Completed in 16 milliseconds