Home
last modified time | relevance | path

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

/openbmc/linux/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; in omap_set_selfpowered()
1182 syscon1 &= ~UDC_SELF_PWR; in omap_set_selfpowered()
2338 (tmp & UDC_SELF_PWR) ? " self_pwr" : "", in proc_udc_show()
2742 omap_writew(UDC_CFG_LOCK|UDC_SELF_PWR, UDC_SYSCON1); in omap_udc_setup()