Searched refs:FOTG210_ISOC_ACTIVE (Results 1 – 2 of 2) sorted by relevance
537 #define FOTG210_ISOC_ACTIVE (1<<31) /* activate transfer this slot */ macro544 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE)
4238 trans = FOTG210_ISOC_ACTIVE; in itd_sched_init()4690 } else if (likely((t & FOTG210_ISOC_ACTIVE) == 0)) { in itd_complete()