Home
last modified time | relevance | path

Searched refs:FOTG210_ISOC_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dfotg210.h537 #define FOTG210_ISOC_ACTIVE (1<<31) /* activate transfer this slot */ macro
544 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE)
Dfotg210-hcd.c4238 trans = FOTG210_ISOC_ACTIVE; in itd_sched_init()
4690 } else if (likely((t & FOTG210_ISOC_ACTIVE) == 0)) { in itd_complete()