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