Lines Matching defs:fifo
99 /* Driver should map an ep to a fifo and then map the fifo
103 /* map a fifo to an ep */
109 /* map the ep to the fifo */
115 /* enable fifo */
323 /* reset fifo */
978 int fifo;
982 for (fifo = 0; fifo < FOTG210_MAX_FIFO_NUM; fifo++) {
983 if (int_grp1 & DISGR1_IN_INT(fifo))
984 fotg210_in_fifo_handler(fotg210->ep[fifo + 1]);
986 if ((int_grp1 & DISGR1_OUT_INT(fifo)) ||
987 (int_grp1 & DISGR1_SPK_INT(fifo)))
988 fotg210_out_fifo_handler(fotg210->ep[fifo + 1]);
1067 /* disable all fifo interrupt */