Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Domap_udc.h75 # define UDC_DS_CHG_IE (1 << 3) macro
H A Domap_udc.c944 irq_en |= UDC_DS_CHG_IE | UDC_EP0_IE; in omap_ep_queue()
1207 omap_writew(UDC_DS_CHG_IE, UDC_IRQ_EN); in pullup_enable()
1221 omap_writew(UDC_DS_CHG_IE, UDC_IRQ_EN); in pullup_disable()
1768 omap_writew(UDC_DS_CHG_IE | UDC_EP0_IE, in devstate_irq()
2365 (tmp & UDC_DS_CHG_IE) ? " ds_chg" : "", in proc_udc_show()