Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h545 #define FOTG210_ISOC_ACTIVE (1<<31) /* activate transfer this slot */ macro
552 #define ITD_ACTIVE(fotg210) cpu_to_hc32(fotg210, FOTG210_ISOC_ACTIVE)
H A Dfotg210-hcd.c4043 trans = FOTG210_ISOC_ACTIVE; in itd_sched_init()
4462 } else if (likely((t & FOTG210_ISOC_ACTIVE) == 0)) { in itd_complete()