Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/
H A Dbcm6318-usbh-phy.c79 struct power_domain pwr_dom; in bcm6318_usbh_probe() local
102 ret = power_domain_get(dev, &pwr_dom); in bcm6318_usbh_probe()
106 ret = power_domain_on(&pwr_dom); in bcm6318_usbh_probe()
110 ret = power_domain_free(&pwr_dom); in bcm6318_usbh_probe()
H A Dbcm6368-usbh-phy.c115 struct power_domain pwr_dom; in bcm6368_usbh_probe() local
142 ret = power_domain_get(dev, &pwr_dom); in bcm6368_usbh_probe()
146 ret = power_domain_on(&pwr_dom); in bcm6368_usbh_probe()
150 ret = power_domain_free(&pwr_dom); in bcm6368_usbh_probe()