Searched refs:property_enable (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/phy/rockchip/ |
D | phy-rockchip-inno-usb2.c | 240 static inline int property_enable(struct regmap *base, in property_enable() function 276 ret = property_enable(base, &rphy->phy_cfg->clkout_ctl, true); in rockchip_usb2phy_clk480m_prepare() 294 property_enable(base, &rphy->phy_cfg->clkout_ctl, false); in rockchip_usb2phy_clk480m_unprepare() 425 ret = property_enable(rphy->grf, in rockchip_usb2phy_init() 431 ret = property_enable(rphy->grf, in rockchip_usb2phy_init() 445 ret = property_enable(rphy->grf, in rockchip_usb2phy_init() 450 ret = property_enable(rphy->grf, in rockchip_usb2phy_init() 479 ret = property_enable(base, &rport->port_cfg->phy_sus, false); in rockchip_usb2phy_power_on() 502 ret = property_enable(base, &rport->port_cfg->phy_sus, true); in rockchip_usb2phy_power_off() 672 property_enable(base, &rphy->phy_cfg->chg_det.rdm_pdwn_en, en); in rockchip_chg_enable_dcd() [all …]
|
D | phy-rockchip-typec.c | 569 static inline int property_enable(struct rockchip_typec_phy *tcphy, in property_enable() function 751 property_enable(tcphy, &cfg->typec_conn_dir, tcphy->flip); in tcphy_phy_init() 868 property_enable(tcphy, &cfg->usb3tousb2_en, value); in tcphy_cfg_usb3_to_usb2_only() 869 property_enable(tcphy, &cfg->usb3_host_disable, value); in tcphy_cfg_usb3_to_usb2_only() 870 property_enable(tcphy, &cfg->usb3_host_port, !value); in tcphy_cfg_usb3_to_usb2_only() 990 property_enable(tcphy, &cfg->uphy_dp_sel, 1); in rockchip_dp_phy_power_on() 1102 property_enable(tcphy, &cfg->external_psm, 1); in typec_phy_pre_init() 1103 property_enable(tcphy, &cfg->usb3tousb2_en, 0); in typec_phy_pre_init()
|