Home
last modified time | relevance | path

Searched refs:gap_uf (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h460 u8 gap_uf; /* uframes split/csplit gap */ member
H A Dfotg210-hcd.c2755 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 Dehci.h439 u8 gap_uf; /* uframes split/csplit gap */ member
H A Dehci-q.c815 qh->gap_uf = 0; in qh_make()
839 qh->gap_uf = 1 + usb_calc_bus_time (urb->dev->speed, in qh_make()
H A Dehci-sched.c815 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 Doxu210hp-hcd.c347 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()