Searched refs:UDCCS0_DRWF (Results 1 – 3 of 3) sorted by relevance
116 #define UDCCS0_DRWF (1 << 3) macro
472 #define UDCCS0_DRWF (1 << 16) /* Device remote wakeup feature */ macro
148 (udccs0 & UDCCS0_DRWF) ? " dwrf" : "", in dump_udccs0()1018 if ((readl(&the_controller->regs->udccs[0]) & UDCCS0_DRWF) == 0) in pxa25x_udc_wakeup()