Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Domap_udc.h75 # define UDC_DS_CHG_IE (1 << 3) macro
H A Domap_udc.c945 irq_en |= UDC_DS_CHG_IE | UDC_EP0_IE; in omap_ep_queue()
1208 omap_writew(UDC_DS_CHG_IE, UDC_IRQ_EN); in pullup_enable()
1222 omap_writew(UDC_DS_CHG_IE, UDC_IRQ_EN); in pullup_disable()
1769 omap_writew(UDC_DS_CHG_IE | UDC_EP0_IE, in devstate_irq()
2368 (tmp & UDC_DS_CHG_IE) ? " ds_chg" : "", in proc_udc_show()