Searched refs:property_enable (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/usb/phy/ |
D | rockchip_usb2_phy.c | 51 static void property_enable(struct dwc2_plat_otg_data *pdata, in property_enable() function 87 property_enable(pdata, &phy_cfg->soft_con, false); in otg_phy_init() 90 property_enable(pdata, &phy_cfg->port_reset, true); in otg_phy_init() 92 property_enable(pdata, &phy_cfg->port_reset, false); in otg_phy_init() 102 property_enable(pdata, &phy_cfg->soft_con, true); in otg_phy_off() 104 property_enable(pdata, &phy_cfg->suspend, true); in otg_phy_off()
|