Lines Matching defs:fifo
87 /* Driver should map an ep to a fifo and then map the fifo
91 /* map a fifo to an ep */
97 /* map the ep to the fifo */
103 /* enable fifo */
312 /* reset fifo */
976 int fifo;
980 for (fifo = 0; fifo < FOTG210_MAX_FIFO_NUM; fifo++) {
981 if (int_grp1 & DISGR1_IN_INT(fifo))
982 fotg210_in_fifo_handler(fotg210->ep[fifo + 1]);
984 if ((int_grp1 & DISGR1_OUT_INT(fifo)) ||
985 (int_grp1 & DISGR1_SPK_INT(fifo)))
986 fotg210_out_fifo_handler(fotg210->ep[fifo + 1]);
1040 /* disable all fifo interrupt */