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