Lines Matching defs:enable
230 dev_err(dev, "%s: %s enable failed %d\n", __func__, name, err);
512 * clocks, hence, enable the lane clocks only after PHY
780 static void ufs_qcom_dev_ref_clk_ctrl(struct ufs_qcom_host *host, bool enable)
783 (enable ^ host->is_dev_ref_clk_enabled)) {
786 if (enable)
797 if (!enable) {
829 if (enable)
832 host->is_dev_ref_clk_enabled = enable;
920 /* enable the device ref clock before changing to HS mode */
1060 * @on: If true, enable clocks else disable them.
1091 /* enable the device ref clock for HS mode*/