Home
last modified time | relevance | path

Searched full:dphy (Results 1 – 25 of 159) sorted by relevance

1234567

/openbmc/linux/drivers/phy/cadence/
H A Dcdns-dphy.c17 #include <linux/phy/phy-mipi-dphy.h>
23 /* DPHY registers */
94 int (*probe)(struct cdns_dphy *dphy);
95 void (*remove)(struct cdns_dphy *dphy);
96 void (*set_psm_div)(struct cdns_dphy *dphy, u8 div);
97 void (*set_clk_lane_cfg)(struct cdns_dphy *dphy,
99 void (*set_pll_cfg)(struct cdns_dphy *dphy,
101 unsigned long (*get_wakeup_time_ns)(struct cdns_dphy *dphy);
119 static int cdns_dsi_get_dphy_pll_cfg(struct cdns_dphy *dphy, in cdns_dsi_get_dphy_pll_cfg() argument
124 unsigned long pll_ref_hz = clk_get_rate(dphy->pll_ref_clk); in cdns_dsi_get_dphy_pll_cfg()
[all …]
H A Dcdns-dphy-rx.c13 #include <linux/phy/phy-mipi-dphy.h>
81 struct cdns_dphy_rx *dphy = phy_get_drvdata(phy); in cdns_dphy_rx_power_on() local
87 dphy->regs + DPHY_CMN_SSM); in cdns_dphy_rx_power_on()
94 struct cdns_dphy_rx *dphy = phy_get_drvdata(phy); in cdns_dphy_rx_power_off() local
96 writel(0, dphy->regs + DPHY_CMN_SSM); in cdns_dphy_rx_power_off()
128 static int cdns_dphy_rx_wait_lane_ready(struct cdns_dphy_rx *dphy, in cdns_dphy_rx_wait_lane_ready() argument
135 void __iomem *reg = dphy->regs; in cdns_dphy_rx_wait_lane_ready()
171 struct cdns_dphy_rx *dphy = phy_get_drvdata(phy); in cdns_dphy_rx_configure() local
182 writel(reg, dphy->regs + DPHY_LANE); in cdns_dphy_rx_configure()
195 writel(reg, dphy->regs + DPHY_BAND_CFG); in cdns_dphy_rx_configure()
[all …]
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun6i-mipi-dphy.c18 #include <linux/phy/phy-mipi-dphy.h>
183 void (*tx_power_on)(struct sun6i_dphy *dphy);
202 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_init() local
204 reset_control_deassert(dphy->reset); in sun6i_dphy_init()
205 clk_prepare_enable(dphy->mod_clk); in sun6i_dphy_init()
206 clk_set_rate_exclusive(dphy->mod_clk, 150000000); in sun6i_dphy_init()
213 struct sun6i_dphy *dphy = phy_get_drvdata(phy); in sun6i_dphy_configure() local
220 memcpy(&dphy->config, opts, sizeof(dphy->config)); in sun6i_dphy_configure()
225 static void sun6i_a31_mipi_dphy_tx_power_on(struct sun6i_dphy *dphy) in sun6i_a31_mipi_dphy_tx_power_on() argument
227 u8 lanes_mask = GENMASK(dphy->config.lanes - 1, 0); in sun6i_a31_mipi_dphy_tx_power_on()
[all …]
/openbmc/linux/drivers/phy/starfive/
H A Dphy-jh7110-dphy-rx.c3 * StarFive JH7110 DPHY RX driver
80 struct stf_dphy *dphy = phy_get_drvdata(phy); in stf_dphy_configure() local
81 const struct stf_dphy_info *info = dphy->info; in stf_dphy_configure()
93 dphy->regs + STF_DPHY_APBCFGSAIF_SYSCFG(188)); in stf_dphy_configure()
98 dphy->regs + STF_DPHY_APBCFGSAIF_SYSCFG(192)); in stf_dphy_configure()
104 dphy->regs + STF_DPHY_APBCFGSAIF_SYSCFG(196)); in stf_dphy_configure()
107 dphy->regs + STF_DPHY_APBCFGSAIF_SYSCFG(200)); in stf_dphy_configure()
114 struct stf_dphy *dphy = phy_get_drvdata(phy); in stf_dphy_power_on() local
117 ret = pm_runtime_resume_and_get(dphy->dev); in stf_dphy_power_on()
121 ret = regulator_enable(dphy->mipi_0p9); in stf_dphy_power_on()
[all …]
/openbmc/linux/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/
H A Dsun8i_a83t_dphy.c13 static int sun8i_a83t_dphy_configure(struct phy *dphy, in sun8i_a83t_dphy_configure() argument
19 static int sun8i_a83t_dphy_power_on(struct phy *dphy) in sun8i_a83t_dphy_power_on() argument
21 struct sun8i_a83t_mipi_csi2_device *csi2_dev = phy_get_drvdata(dphy); in sun8i_a83t_dphy_power_on()
36 static int sun8i_a83t_dphy_power_off(struct phy *dphy) in sun8i_a83t_dphy_power_off() argument
38 struct sun8i_a83t_mipi_csi2_device *csi2_dev = phy_get_drvdata(dphy); in sun8i_a83t_dphy_power_off()
57 csi2_dev->dphy = devm_phy_create(dev, NULL, &sun8i_a83t_dphy_ops); in sun8i_a83t_dphy_register()
58 if (IS_ERR(csi2_dev->dphy)) { in sun8i_a83t_dphy_register()
60 return PTR_ERR(csi2_dev->dphy); in sun8i_a83t_dphy_register()
63 phy_set_drvdata(csi2_dev->dphy, csi2_dev); in sun8i_a83t_dphy_register()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Drockchip,px30-dsi-dphy.yaml4 $id: http://devicetree.org/schemas/phy/rockchip,px30-dsi-dphy.yaml#
7 title: Rockchip MIPI DPHY with additional LVDS/TTL modes
18 - rockchip,px30-dsi-dphy
19 - rockchip,rk3128-dsi-dphy
20 - rockchip,rk3368-dsi-dphy
21 - rockchip,rk3568-dsi-dphy
22 - rockchip,rv1126-dsi-dphy
63 compatible = "rockchip,px30-dsi-dphy";
H A Drockchip-mipi-dphy-rx0.yaml4 $id: http://devicetree.org/schemas/phy/rockchip-mipi-dphy-rx0.yaml#
19 const: rockchip,rk3399-mipi-dphy-rx0
29 - const: dphy-ref
30 - const: dphy-cfg
65 mipi_dphy_rx0: mipi-dphy-rx0 {
66 compatible = "rockchip,rk3399-mipi-dphy-rx0";
70 clock-names = "dphy-ref", "dphy-cfg", "grf";
H A Dallwinner,sun6i-a31-mipi-dphy.yaml4 $id: http://devicetree.org/schemas/phy/allwinner,sun6i-a31-mipi-dphy.yaml#
19 - const: allwinner,sun6i-a31-mipi-dphy
20 - const: allwinner,sun50i-a100-mipi-dphy
22 - const: allwinner,sun50i-a64-mipi-dphy
23 - const: allwinner,sun6i-a31-mipi-dphy
25 - const: allwinner,sun20i-d1-mipi-dphy
26 - const: allwinner,sun50i-a100-mipi-dphy
75 compatible = "allwinner,sun6i-a31-mipi-dphy";
H A Drockchip-inno-csi-dphy.yaml4 $id: http://devicetree.org/schemas/phy/rockchip-inno-csi-dphy.yaml#
19 - rockchip,px30-csi-dphy
20 - rockchip,rk1808-csi-dphy
21 - rockchip,rk3326-csi-dphy
22 - rockchip,rk3368-csi-dphy
23 - rockchip,rk3568-csi-dphy
71 compatible = "rockchip,px30-csi-dphy";
H A Dmixel,mipi-dsi-phy.yaml23 - fsl,imx8mq-mipi-dphy
24 - fsl,imx8qxp-mipi-dphy
59 const: fsl,imx8mq-mipi-dphy
73 const: fsl,imx8qxp-mipi-dphy
88 dphy: dphy@30a0030 {
89 compatible = "fsl,imx8mq-mipi-dphy";
H A Dcdns,dphy.yaml4 $id: http://devicetree.org/schemas/phy/cdns,dphy.yaml#
7 title: Cadence DPHY
15 - cdns,dphy
16 - ti,j721e-dphy
51 compatible = "cdns,dphy";
H A Dcdns,dphy-rx.yaml4 $id: http://devicetree.org/schemas/phy/cdns,dphy-rx.yaml#
7 title: Cadence DPHY Rx
15 - const: cdns,dphy-rx
38 compatible = "cdns,dphy-rx";
H A Damlogic,g12a-mipi-dphy-analog.yaml4 $id: http://devicetree.org/schemas/phy/amlogic,g12a-mipi-dphy-analog.yaml#
14 const: amlogic,g12a-mipi-dphy-analog
32 compatible = "amlogic,g12a-mipi-dphy-analog";
H A Damlogic,axg-mipi-dphy.yaml5 $id: http://devicetree.org/schemas/phy/amlogic,axg-mipi-dphy.yaml#
16 - amlogic,axg-mipi-dphy
61 compatible = "amlogic,axg-mipi-dphy";
H A Dstarfive,jh7110-dphy-rx.yaml4 $id: http://devicetree.org/schemas/phy/starfive,jh7110-dphy-rx.yaml#
19 const: starfive,jh7110-dphy-rx
61 compatible = "starfive,jh7110-dphy-rx";
/openbmc/linux/drivers/media/platform/marvell/
H A Dmmp-driver.c51 * calc the dphy register values
52 * There are three dphy registers being used.
53 * dphy[0] - CSI2_DPHY3
54 * dphy[1] - CSI2_DPHY5
55 * dphy[2] - CSI2_DPHY6
73 * dphy[0] - CSI2_DPHY3: in mmpcam_calc_dphy()
75 * defines the time that the DPHY in mmpcam_calc_dphy()
99 pdata->dphy[0] = in mmpcam_calc_dphy()
107 pdata->dphy[0] = in mmpcam_calc_dphy()
129 * dphy[2] - CSI2_DPHY6: in mmpcam_calc_dphy()
[all …]
/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_regs.h647 #define SET_DPHY_INIT_CTRL0(dev, dphy, offset) \ argument
649 ((dphy) + (offset)))
650 #define CLR_DPHY_INIT_CTRL0(dev, dphy, offset) \ argument
652 ((dphy) + (offset)))
659 #define SET_DPHY_FREQ_CTRL0_3(dev, dphy, val) \ argument
661 + (((dphy) / 4) * 4), (dphy % 4) * 8, 6, val)
667 #define GET_STOPSTATE_DATA(dev, dphy) \ argument
669 ((dphy) / 4) * 4)) >> \
670 (((dphy % 4) * 8) + 4)) & 0x03)
675 #define SET_DPHY_TEST_CTRL0(dev, dphy) \ argument
[all …]
/openbmc/linux/drivers/media/platform/cadence/
H A Dcdns-csi2rx.c81 struct phy *dphy; member
119 ret = phy_power_on(csi2rx->dphy); in csi2rx_configure_ext_dphy()
123 ret = phy_configure(csi2rx->dphy, &opts); in csi2rx_configure_ext_dphy()
125 phy_power_off(csi2rx->dphy); in csi2rx_configure_ext_dphy()
167 /* Enable DPHY clk and data lanes. */ in csi2rx_start()
168 if (csi2rx->dphy) { in csi2rx_start()
180 "Failed to configure external DPHY: %d\n", ret); in csi2rx_start()
235 if (csi2rx->dphy) { in csi2rx_start()
237 phy_power_off(csi2rx->dphy); in csi2rx_start()
266 if (csi2rx->dphy) { in csi2rx_stop()
[all …]
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-csi.c16 #include <linux/phy/phy-mipi-dphy.h>
186 phy_set_mode(csi->dphy, PHY_MODE_MIPI_DPHY); in rkisp1_csi_start()
187 phy_configure(csi->dphy, &opts); in rkisp1_csi_start()
188 phy_power_on(csi->dphy); in rkisp1_csi_start()
205 phy_power_off(csi->dphy); in rkisp1_csi_stop()
224 * Disable DPHY errctrl interrupt, because this dphy in rkisp1_csi_isr()
237 * Enable DPHY errctrl interrupt again, if mipi have receive in rkisp1_csi_isr()
242 * Enable DPHY errctrl interrupt again, if mipi have receive in rkisp1_csi_isr()
541 csi->dphy = devm_phy_get(rkisp1->dev, "dphy"); in rkisp1_csi_init()
542 if (IS_ERR(csi->dphy)) in rkisp1_csi_init()
[all …]
/openbmc/linux/drivers/phy/amlogic/
H A DKconfig41 tristate "Meson G12A MIPI Analog DPHY driver"
48 Enable this to support the Meson MIPI Analog DPHY found in Meson G12A
98 tristate "Meson AXG MIPI DPHY driver"
105 Enable this to support the Meson MIPI DPHY found in Meson AXG
/openbmc/linux/Documentation/devicetree/bindings/soc/rockchip/
H A Dgrf.yaml158 mipi-dphy-rx0:
161 $ref: /schemas/phy/rockchip-mipi-dphy-rx0.yaml#
260 mipi_dphy_rx0: mipi-dphy-rx0 {
261 compatible = "rockchip,rk3399-mipi-dphy-rx0";
265 clock-names = "dphy-ref", "dphy-cfg", "grf";
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-csidphy.c3 * Rockchip MIPI RX Innosilicon DPHY driver
17 #include <linux/phy/phy-mipi-dphy.h>
252 /* Reset dphy analog part */ in rockchip_inno_csidphy_power_on()
258 /* Reset dphy digital part */ in rockchip_inno_csidphy_power_on()
377 .compatible = "rockchip,px30-csi-dphy",
381 .compatible = "rockchip,rk1808-csi-dphy",
385 .compatible = "rockchip,rk3326-csi-dphy",
389 .compatible = "rockchip,rk3368-csi-dphy",
393 .compatible = "rockchip,rk3568-csi-dphy",
480 MODULE_DESCRIPTION("Rockchip MIPI Innosilicon CSI-DPHY driver");
H A Dphy-rockchip-dphy-rx0.c3 * Rockchip MIPI Synopsys DPHY RX0 driver
25 #include <linux/phy/phy-mipi-dphy.h>
64 "dphy-ref",
65 "dphy-cfg",
200 /* dphy start */ in rk_dphy_enable()
316 .compatible = "rockchip,rk3399-mipi-dphy-rx0",
375 .name = "rockchip-mipi-dphy-rx0",
382 MODULE_DESCRIPTION("Rockchip MIPI Synopsys DPHY RX0 driver");
/openbmc/linux/drivers/media/platform/sunxi/sun6i-mipi-csi2/
H A Dsun6i_mipi_csi2.c178 struct phy *dphy = csi2_dev->dphy; in sun6i_mipi_csi2_s_stream() local
249 ret = phy_reset(dphy); in sun6i_mipi_csi2_s_stream()
255 ret = phy_configure(dphy, &dphy_opts); in sun6i_mipi_csi2_s_stream()
268 ret = phy_power_on(dphy); in sun6i_mipi_csi2_s_stream()
283 phy_power_off(dphy); in sun6i_mipi_csi2_s_stream()
677 csi2_dev->dphy = devm_phy_get(dev, "dphy"); in sun6i_mipi_csi2_resources_setup()
678 if (IS_ERR(csi2_dev->dphy)) { in sun6i_mipi_csi2_resources_setup()
680 ret = PTR_ERR(csi2_dev->dphy); in sun6i_mipi_csi2_resources_setup()
684 ret = phy_init(csi2_dev->dphy); in sun6i_mipi_csi2_resources_setup()
706 phy_exit(csi2_dev->dphy); in sun6i_mipi_csi2_resources_cleanup()
/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c35 /* DPHY registers */
91 bool is_combo; /* MIPI DPHY and LVDS PHY combo */
109 /* DPHY PLL parameters */
113 /* DPHY register values */
139 .name = "mipi-dphy",
149 dev_err(&phy->dev, "Failed to write DPHY reg %d: %d\n", reg, in phy_write()
531 dev_err(&phy->dev, "Could not get DPHY lock (%d)!\n", ret); in mixel_dphy_power_on_mipi_dphy()
620 dev_err(&phy->dev, "Failed to set PHY mode to MIPI DPHY\n"); in mixel_dphy_set_mode()
652 { .compatible = "fsl,imx8mq-mipi-dphy",
654 { .compatible = "fsl,imx8qxp-mipi-dphy",
[all …]

1234567