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.c1180 syscon1 |= UDC_SELF_PWR;
1182 syscon1 &= ~UDC_SELF_PWR;
2338 (tmp & UDC_SELF_PWR) ? " self_pwr" : "",
2742 omap_writew(UDC_CFG_LOCK|UDC_SELF_PWR, UDC_SYSCON1);

Completed in 226 milliseconds