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

/linux-master/drivers/usb/gadget/udc/
H A Domap_udc.h48 # define UDC_SELF_PWR (1 << 2) macro
H A Domap_udc.c1178 syscon1 |= UDC_SELF_PWR;
1180 syscon1 &= ~UDC_SELF_PWR;
2334 (tmp & UDC_SELF_PWR) ? " self_pwr" : "",
2738 omap_writew(UDC_CFG_LOCK|UDC_SELF_PWR, UDC_SYSCON1);

Completed in 110 milliseconds