Searched refs:UDC_PULLUP_EN (Results 1 – 2 of 2) sorted by relevance
49 # define UDC_PULLUP_EN (1 << 0) macro
1198 w |= UDC_PULLUP_EN; in pullup_enable()1223 w &= ~UDC_PULLUP_EN; in pullup_disable()2343 (tmp & UDC_PULLUP_EN) ? " PULLUP" : ""); in proc_udc_show()2347 if (!(tmp & UDC_PULLUP_EN)) { in proc_udc_show()