/Linux-v5.15/drivers/phy/mediatek/ |
D | phy-mtk-hdmi.c | 150 ret = of_property_read_u32(dev->of_node, "mediatek,ibias", in mtk_hdmi_phy_probe() 151 &hdmi_phy->ibias); in mtk_hdmi_phy_probe() 153 dev_err(&pdev->dev, "Failed to get ibias: %d\n", ret); in mtk_hdmi_phy_probe() 160 dev_err(&pdev->dev, "Failed to get ibias up: %d\n", ret); in mtk_hdmi_phy_probe()
|
D | phy-mtk-hdmi.h | 41 unsigned int ibias; member
|
D | phy-mtk-hdmi-mt8173.c | 203 hdmi_ibias = hdmi_phy->ibias; in mtk_hdmi_pll_set_rate()
|
/Linux-v5.15/drivers/gpu/drm/radeon/ |
D | rv740_dpm.c | 199 u32 ibias; in rv740_populate_mclk_value() local 208 ibias = rv770_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in rv740_populate_mclk_value() 219 mpll_ad_func_cntl |= IBIAS(ibias); in rv740_populate_mclk_value() 236 mpll_dq_func_cntl |= IBIAS(ibias); in rv740_populate_mclk_value()
|
D | rv740d.h | 54 #define IBIAS(x) ((x) << 20) macro
|
D | cypress_dpm.c | 494 u32 ibias; in cypress_populate_mclk_value() local 511 ibias = cypress_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in cypress_populate_mclk_value() 522 mpll_ad_func_cntl |= IBIAS(ibias); in cypress_populate_mclk_value() 539 mpll_dq_func_cntl |= IBIAS(ibias); in cypress_populate_mclk_value()
|
D | rv770_dpm.c | 408 u32 ibias; in rv770_populate_mclk_value() local 427 ibias = rv770_map_clkf_to_ibias(rdev, clkf); in rv770_populate_mclk_value() 438 mpll_ad_func_cntl |= IBIAS(ibias); in rv770_populate_mclk_value() 451 ibias = rv770_map_clkf_to_ibias(rdev, clkf); in rv770_populate_mclk_value() 466 mpll_dq_func_cntl |= IBIAS(ibias); in rv770_populate_mclk_value()
|
D | ni_dpm.c | 2178 u32 ibias; in ni_populate_mclk_value() local 2195 ibias = cypress_map_clkf_to_ibias(rdev, dividers.whole_fb_div); in ni_populate_mclk_value() 2206 mpll_ad_func_cntl |= IBIAS(ibias); in ni_populate_mclk_value() 2223 mpll_dq_func_cntl |= IBIAS(ibias); in ni_populate_mclk_value()
|
D | rv770d.h | 127 #define IBIAS(x) ((x) << 20) macro
|
D | nid.h | 569 #define IBIAS(x) ((x) << 20) macro
|
D | evergreend.h | 107 #define IBIAS(x) ((x) << 20) macro
|
/Linux-v5.15/Documentation/devicetree/bindings/sound/ |
D | cs43130.txt | 19 - cirrus,xtal-ibias: 60 cirrus,xtal-ibias = <2>;
|
/Linux-v5.15/Documentation/devicetree/bindings/phy/ |
D | mediatek,hdmi-phy.yaml | 53 mediatek,ibias: 89 mediatek,ibias = <0xa>;
|
/Linux-v5.15/sound/soc/codecs/ |
D | rk817_codec.c | 117 SND_SOC_DAPM_SUPPLY("IBIAS Block", RK817_CODEC_AREF_RTCFG1, 2, 1, NULL, 0), 188 {"ADC L", NULL, "IBIAS Block"}, 206 {"ADC R", NULL, "IBIAS Block"}, 225 {"SPK DAC", NULL, "IBIAS Block"}, 248 {"DAC L", NULL, "IBIAS Block"}, 265 {"DAC R", NULL, "IBIAS Block"},
|
D | cs43130.c | 2380 if (of_property_read_u32(np, "cirrus,xtal-ibias", &val) < 0) { in cs43130_handle_device_data() 2398 "Invalid cirrus,xtal-ibias value: %d\n", val); in cs43130_handle_device_data()
|
/Linux-v5.15/drivers/clk/sprd/ |
D | pll.h | 44 * @itable: pll ibias table, itable[0] means how many items this
|
D | sc9860-clk.c | 132 { .shift = 11, .width = 2 }, /* ibias */ 149 { .shift = 11, .width = 2 }, /* ibias */ 165 { .shift = 8, .width = 2 }, /* ibias */ 184 { .shift = 14, .width = 2 }, /* ibias */ 203 { .shift = 13, .width = 2 }, /* ibias */ 219 { .shift = 20, .width = 2 }, /* ibias */ 239 { .shift = 8, .width = 2 }, /* ibias */ 256 { .shift = 8, .width = 2 }, /* ibias */
|
D | sc9863a-clk.c | 84 { .shift = 3, .width = 3 }, /* ibias */ 119 { .shift = 6, .width = 2 }, /* ibias */ 137 { .shift = 6, .width = 2 }, /* ibias */
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | mt7623n-rfb-emmc.dts | 273 mediatek,ibias = <0xa>;
|
D | mt7623n-bananapi-bpi-r2.dts | 277 mediatek,ibias = <0xa>;
|
/Linux-v5.15/arch/arm64/boot/dts/mediatek/ |
D | mt8173-elm.dtsi | 235 mediatek,ibias = <0xc>;
|
D | mt8173.dtsi | 618 mediatek,ibias = <0xa>;
|
/Linux-v5.15/drivers/gpu/drm/mediatek/ |
D | mtk_hdmi.c | 171 u32 ibias; member
|
/Linux-v5.15/drivers/net/usb/ |
D | r8152.c | 7405 /* enable ADC Ibias Cal */ in r8156_hw_phy_cfg()
|