Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.h86 # define UDC_IRQ_SOF (1 << 7) macro
H A Domap_udc.c1850 irq_src &= ~(UDC_IRQ_SOF | UDC_EPN_TX|UDC_EPN_RX); in omap_udc_irq()
2028 omap_writew(UDC_IRQ_SOF, UDC_IRQ_SRC); in omap_udc_iso_irq()
2375 (tmp & UDC_IRQ_SOF) ? " sof" : "", in proc_udc_show()