UDC_DS_CHG
omap_writew(UDC_DS_CHG, UDC_IRQ_SRC);
if (irq_src & UDC_DS_CHG) {
irq_src &= ~UDC_DS_CHG;
(tmp & UDC_DS_CHG) ? " ds_chg" : "",