Lines Matching refs:periodic
13 * - async and periodic schedules, shared by HC and HCD ... these
127 if (ehci->periodic)
130 ehci->periodic, ehci->periodic_dma);
131 ehci->periodic = NULL;
133 /* shadow periodic table */
187 /* Hardware periodic table */
188 ehci->periodic = (__le32 *)
192 if (ehci->periodic == NULL) {
209 ehci->periodic[i] = cpu_to_hc32(ehci,
213 ehci->periodic[i] = EHCI_LIST_END(ehci);