Searched +full:vo +full:- +full:grf (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/phy-rockchip-usbdp.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Frank Wang <frank.wang@rock-chips.com>11 - Zhang Yubing <yubing.zhang@rock-chips.com>16 - rockchip,rk3576-usbdp-phy17 - rockchip,rk3588-usbdp-phy22 "#phy-cells":25 - PHY_TYPE_USB3[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Copyright (c) 2021-2022 Rockchip Electronics Co., Ltd.6 * Author: Algea Cao <algea.cao@rock-chips.com>17 #include <linux/phy/phy-hdmi.h>121 struct drm_crtc *crtc = encoder->crtc; in dw_hdmi_qp_rockchip_encoder_enable()124 gpiod_set_value_cansleep(hdmi->frl_enable_gpio, 0); in dw_hdmi_qp_rockchip_encoder_enable()126 if (!crtc || !crtc->state) in dw_hdmi_qp_rockchip_encoder_enable()129 if (hdmi->ctrl_ops->enc_init) in dw_hdmi_qp_rockchip_encoder_enable()130 hdmi->ctrl_ops->enc_init(hdmi, to_rockchip_crtc_state(crtc->state)); in dw_hdmi_qp_rockchip_encoder_enable()143 if (hdmi->tmds_char_rate == conn_state->hdmi.tmds_char_rate && in dw_hdmi_qp_rockchip_encoder_atomic_check()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Copyright (C) 2021-2024 Rockchip Electronics Co., Ltd9 #include <dt-bindings/phy/phy.h>32 /* VO0 GRF Registers */115 /* u2phy-grf */119 /* usb-grf */123 /* usbdpphy-grf */129 /* vo-grf */179 bool hs; /* flag for high-speed */206 /* voltage swing 0, pre-emphasis 0->3 */[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Author: Joseph Chen <chenjh@rock-chips.com>8 #include <linux/clk-provider.h>17 #include <dt-bindings/clock/rockchip,rk3528-cru.h>733 /* vo */1093 struct device *dev = &pdev->dev; in clk_rk3528_probe()1094 struct device_node *np = dev->of_node; in clk_rk3528_probe()1106 vo_grf = syscon_regmap_lookup_by_compatible("rockchip,rk3528-vo-grf"); in clk_rk3528_probe()1111 } else if (PTR_ERR(vo_grf) != -ENODEV) { in clk_rk3528_probe()1113 "failed to look up VO GRF\n"); in clk_rk3528_probe()[all …]