Searched refs:property_enable (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/usb/phy/ |
D | rockchip_usb2_phy.c | 52 static void property_enable(struct dwc2_plat_otg_data *pdata, in property_enable() function 88 property_enable(pdata, &phy_cfg->soft_con, false); in otg_phy_init() 91 property_enable(pdata, &phy_cfg->port_reset, true); in otg_phy_init() 93 property_enable(pdata, &phy_cfg->port_reset, false); in otg_phy_init() 103 property_enable(pdata, &phy_cfg->soft_con, true); in otg_phy_off() 105 property_enable(pdata, &phy_cfg->suspend, true); in otg_phy_off()
|