Searched refs:property_enable (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/phy/ |
| H A D | rockchip_usb2_phy.c | 60 static void property_enable(struct dwc2_plat_otg_data *pdata, in property_enable() function 188 property_enable(pdata, &phy_cfg->siddq, false); in otg_phy_init() 191 property_enable(pdata, &phy_cfg->soft_con, false); in otg_phy_init() 194 property_enable(pdata, &phy_cfg->port_reset, true); in otg_phy_init() 196 property_enable(pdata, &phy_cfg->port_reset, false); in otg_phy_init() 211 property_enable(pdata, &phy_cfg->soft_con, true); in otg_phy_off() 213 property_enable(pdata, &phy_cfg->suspend, true); in otg_phy_off()
|
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-naneng-usb2.c | 153 static inline int property_enable(void __iomem *base, in property_enable() function 227 property_enable(rphy->grf, &rphy->phy_cfg->chg_det.chg_en, true); in rockchip_chg_get_type() 228 property_enable(rphy->grf, &rphy->phy_cfg->chg_det.chg_rst, false); in rockchip_chg_get_type() 250 property_enable(rphy->grf, &rphy->phy_cfg->chg_det.chg_rst, true); in rockchip_chg_get_type() 251 property_enable(rphy->grf, &rphy->phy_cfg->chg_det.chg_en, false); in rockchip_chg_get_type() 304 property_enable(rphy->grf, &port_cfg->phy_sus, false); in rockchip_usb2phy_init() 327 property_enable(rphy->grf, &port_cfg->phy_sus, true); in rockchip_usb2phy_exit()
|
| H A D | phy-rockchip-typec.c | 176 static inline int property_enable(struct rockchip_typec_phy *tcphy, in property_enable() function 190 property_enable(tcphy, &cfg->usb3tousb2_en, value); in tcphy_cfg_usb3_to_usb2_only() 191 property_enable(tcphy, &cfg->usb3host_disable, value); in tcphy_cfg_usb3_to_usb2_only() 192 property_enable(tcphy, &cfg->usb3host_port, !value); in tcphy_cfg_usb3_to_usb2_only() 205 property_enable(tcphy, &cfg->typec_conn_dir, tcphy->flip); in tcphy_phy_init() 458 property_enable(tcphy, &cfg->external_psm, 1); in typec_phy_pre_init() 459 property_enable(tcphy, &cfg->usb3tousb2_en, 0); in typec_phy_pre_init()
|
| H A D | phy-rockchip-inno-usb2.c | 175 static inline int property_enable(struct regmap *base, in property_enable() function 246 property_enable(base, &rphy->phy_cfg->chg_det.rdm_pdwn_en, en); in rockchip_chg_enable_dcd() 247 property_enable(base, &rphy->phy_cfg->chg_det.idp_src_en, en); in rockchip_chg_enable_dcd() 255 property_enable(base, &rphy->phy_cfg->chg_det.vdp_src_en, en); in rockchip_chg_enable_primary_det() 256 property_enable(base, &rphy->phy_cfg->chg_det.idm_sink_en, en); in rockchip_chg_enable_primary_det() 264 property_enable(base, &rphy->phy_cfg->chg_det.vdm_src_en, en); in rockchip_chg_enable_secondary_det() 265 property_enable(base, &rphy->phy_cfg->chg_det.idp_sink_en, en); in rockchip_chg_enable_secondary_det() 360 property_enable(base, &port_cfg->phy_sus, true); in rockchip_chg_get_type() 361 property_enable(base, &rphy->phy_cfg->chg_det.opmode, false); in rockchip_chg_get_type() 425 property_enable(base, &rphy->phy_cfg->chg_det.opmode, true); in rockchip_chg_get_type() [all …]
|