Home
last modified time | relevance | path

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

/drivers/usb/gadget/udc/
A Domap_udc.h50 # define UDC_PULLUP_EN (1 << 0) macro
A Domap_udc.c1198 w |= UDC_PULLUP_EN; in pullup_enable()
1223 w &= ~UDC_PULLUP_EN; in pullup_disable()
2337 (tmp & UDC_PULLUP_EN) ? " PULLUP" : ""); in proc_udc_show()
2341 if (!(tmp & UDC_PULLUP_EN)) { in proc_udc_show()

Completed in 9 milliseconds