Searched refs:property_enabled (Results 1 – 2 of 2) sorted by relevance
| /rk3399_rockchip-uboot/drivers/phy/ |
| H A D | phy-rockchip-naneng-usb2.c | 167 static inline bool property_enabled(void __iomem *base, in property_enabled() function 219 if (!property_enabled(rphy->grf, &port_cfg->utmi_bvalid)) { in rockchip_chg_get_type() 233 chg_valid = property_enabled(rphy->grf, in rockchip_chg_get_type() 236 property_enabled(rphy->grf, in rockchip_chg_get_type() 280 iddig = property_enabled(base, &port_cfg->utmi_iddig); in rockchip_usb2phy_check_vbus()
|
| H A D | phy-rockchip-inno-usb2.c | 187 static inline bool property_enabled(struct regmap *base, in property_enabled() function 277 vout = property_enabled(base, &rphy->phy_cfg->chg_det.cp_det); in rockchip_chg_primary_det_retry() 349 } else if (!property_enabled(base, &port_cfg->utmi_bvalid)) { in rockchip_chg_get_type() 373 is_dcd = property_enabled(base, &rphy->phy_cfg->chg_det.dp_det); in rockchip_chg_get_type() 387 vout = property_enabled(base, &rphy->phy_cfg->chg_det.cp_det); in rockchip_chg_get_type() 415 vout = property_enabled(base, &rphy->phy_cfg->chg_det.dcp_det); in rockchip_chg_get_type()
|