Searched refs:UDC_DS_CHG (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Domap_udc.h88 # define UDC_DS_CHG (1 << 3) macro
H A Domap_udc.c1867 omap_writew(UDC_DS_CHG, UDC_IRQ_SRC);
1881 if (irq_src & UDC_DS_CHG) {
1884 irq_src &= ~UDC_DS_CHG;
2470 (tmp & UDC_DS_CHG) ? " ds_chg" : "",

Completed in 62 milliseconds