Searched refs:periodic_size (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-mem.c128 ehci->periodic_size * sizeof (u32),
189 ehci->periodic_size * sizeof(__le32),
207 for (i = 0; i < ehci->periodic_size; i++)
211 for (i = 0; i < ehci->periodic_size; i++)
216 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags);
H A Dehci-hcd.c483 * periodic_size can shrink by USBCMD update if hcc_params allows.
485 ehci->periodic_size = DEFAULT_I_TDPS;
498 case 0: ehci->periodic_size = 1024; break;
499 case 1: ehci->periodic_size = 512; break;
500 case 2: ehci->periodic_size = 256; break;
1090 return (ehci_read_frame_index(ehci) >> 3) % ehci->periodic_size;
H A Dehci-sched.c428 for (; frame < ehci->periodic_size; frame += period) {
536 for (i = qh->ps.phase; i < ehci->periodic_size; i += period) {
611 for (i = qh->ps.phase; i < ehci->periodic_size; i += period)
1480 unsigned mod = ehci->periodic_size << 3;
1795 itd_link(ehci, frame & (ehci->periodic_size - 1), itd);
1962 itd_link_urb(ehci, urb, ehci->periodic_size << 3, stream);
2185 sitd_link(ehci, (next_uframe >> 3) & (ehci->periodic_size - 1),
2339 sitd_link_urb(ehci, urb, ehci->periodic_size << 3, stream);
2357 unsigned fmask = ehci->periodic_size - 1;
H A Dehci-q.c823 } else if (urb->interval > ehci->periodic_size << 3) {
824 urb->interval = ehci->periodic_size << 3;
855 if (urb->interval > ehci->periodic_size)
856 urb->interval = ehci->periodic_size;
H A Doxu210hp-hcd.c115 #define HCC_PGM_FRAMELISTLEN(p) ((p)&(1 << 1)) /* true: periodic_size changes*/
429 unsigned int periodic_size; member in struct:oxu_hcd
1169 for (i = 0; i < oxu->periodic_size; i++)
1190 for (i = 0; i < oxu->periodic_size; i++)
1194 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags);
2318 % (oxu->periodic_size << 3);
2365 for (i = qh->start; i < oxu->periodic_size; i += period) {
2434 for (i = qh->start; i < oxu->periodic_size; i += period)
2510 } while ((frame += 1) < oxu->periodic_size);
2518 } while ((frame += period) < oxu->periodic_size);
[all...]
H A Dehci-dbg.c642 temp = scnprintf(next, size, "size = %d\n", ehci->periodic_size);
651 for (i = 0; i < ehci->periodic_size; i++) {
H A Dehci.h152 unsigned periodic_size; member in struct:ehci_hcd
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.h68 unsigned periodic_size; member in struct:isp1760_hcd
H A Disp1760-hcd.c696 * periodic_size can shrink by USBCMD update if hcc_params allows.
698 priv->periodic_size = DEFAULT_I_TDPS;
2454 return (fr >> 3) % priv->periodic_size;
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c529 temp = scnprintf(next, size, "size = %d\n", fotg210->periodic_size);
537 for (i = 0; i < fotg210->periodic_size; i++) {
1902 fotg210->periodic_size * sizeof(u32),
1950 fotg210->periodic_size * sizeof(__le32),
1955 for (i = 0; i < fotg210->periodic_size; i++)
1959 fotg210->pshadow = kcalloc(fotg210->periodic_size, sizeof(void *),
2760 } else if (qh->period > fotg210->periodic_size) {
2761 qh->period = fotg210->periodic_size;
2785 if (qh->period > fotg210->periodic_size) {
2786 qh->period = fotg210->periodic_size;
[all...]
H A Dfotg210-hcd.h115 unsigned periodic_size; member in struct:fotg210_hcd
222 #define HCC_PGM_FRAMELISTLEN(p) ((p)&(1 << 1)) /* true: periodic_size changes*/

Completed in 184 milliseconds