Searched refs:gap_uf (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 460 u8 gap_uf; /* uframes split/csplit gap */ member
|
H A D | fotg210-hcd.c | 2755 qh->gap_uf = 0; in qh_make() 2772 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make() 3731 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 3736 if (!check_period(fotg210, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 3739 if (!check_period(fotg210, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci.h | 439 u8 gap_uf; /* uframes split/csplit gap */ member
|
H A D | ehci-q.c | 815 qh->gap_uf = 0; in qh_make() 839 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make()
|
H A D | ehci-sched.c | 815 mask = 0x03 << (uframe + qh->gap_uf); in check_intr_schedule() 820 if (!check_period(ehci, frame, uframe + qh->gap_uf + 1, in check_intr_schedule() 823 if (!check_period(ehci, frame, uframe + qh->gap_uf, in check_intr_schedule()
|
H A D | oxu210hp-hcd.c | 347 u8 gap_uf; /* uframes split/csplit gap */ member 1817 qh->gap_uf = 0; in qh_make() 1834 qh->gap_uf = 1 + usb_calc_bus_time(urb->dev->speed, in qh_make()
|