/linux/drivers/gpu/drm/radeon/ |
H A 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()
|
H A D | rv740d.h | 54 #define IBIAS(x) ((x) << 20) macro
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | rv770d.h | 127 #define IBIAS(x) ((x) << 20) macro
|
H A D | nid.h | 569 #define IBIAS(x) ((x) << 20) macro
|
H A D | evergreend.h | 107 #define IBIAS(x) ((x) << 20) macro
|
/linux/drivers/phy/mediatek/ |
H A D | phy-mtk-hdmi.c | 123 ret = of_property_read_u32(dev->of_node, "mediatek,ibias", in mtk_hdmi_phy_probe() 124 &hdmi_phy->ibias); in mtk_hdmi_phy_probe() 126 return dev_err_probe(dev, ret, "Failed to get ibias\n"); in mtk_hdmi_phy_probe()
|
H A D | phy-mtk-hdmi.h | 40 unsigned int ibias; member
|
H A D | phy-mtk-hdmi-mt8173.c | 182 hdmi_ibias = hdmi_phy->ibias; in mtk_hdmi_pll_set_rate()
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs43130.txt | 19 - cirrus,xtal-ibias: 60 cirrus,xtal-ibias = <2>;
|
/linux/Documentation/devicetree/bindings/phy/ |
H A D | mediatek,hdmi-phy.yaml | 54 mediatek,ibias: 90 mediatek,ibias = <0xa>;
|
/linux/sound/soc/codecs/ |
H A D | rk817_codec.c | 116 SND_SOC_DAPM_SUPPLY("IBIAS Block", RK817_CODEC_AREF_RTCFG1, 2, 1, NULL, 0), 187 {"ADC L", NULL, "IBIAS Block"}, 205 {"ADC R", NULL, "IBIAS Block"}, 224 {"SPK DAC", NULL, "IBIAS Block"}, 247 {"DAC L", NULL, "IBIAS Block"}, 264 {"DAC R", NULL, "IBIAS Block"},
|
H A D | cs43130.c | 2453 if (device_property_read_u32(cs43130->dev, "cirrus,xtal-ibias", &val) < 0) { in cs43130_handle_device_data() 2471 "Invalid cirrus,xtal-ibias value: %d\n", val); in cs43130_handle_device_data()
|
/linux/drivers/clk/sprd/ |
H A D | pll.h | 44 * @itable: pll ibias table, itable[0] means how many items this
|
H A 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 */
|
H A D | sc9863a-clk.c | 84 { .shift = 3, .width = 3 }, /* ibias */ 119 { .shift = 6, .width = 2 }, /* ibias */ 137 { .shift = 6, .width = 2 }, /* ibias */
|
/linux/arch/arm/boot/dts/mediatek/ |
H A D | mt7623n-rfb-emmc.dts | 272 mediatek,ibias = <0xa>;
|
H A D | mt7623n-bananapi-bpi-r2.dts | 300 mediatek,ibias = <0xa>;
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | rtw8852a_rfk.c | 1153 static void _lok_res_table(struct rtw89_dev *rtwdev, u8 path, u8 ibias) in _lok_res_table() argument 1157 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[IQK]S%x, ibias = %x\n", path, ibias); in _lok_res_table() 1163 rtw89_write_rf(rtwdev, path, RR_LUTWD0, RFREG_MASK, ibias); in _lok_res_table() 1336 u8 ibias = 0x1; in _iqk_by_path() local 1342 _lok_res_table(rtwdev, path, ibias++); in _iqk_by_path()
|
H A D | rtw8852b_rfk.c | 1126 static void _lok_res_table(struct rtw89_dev *rtwdev, u8 path, u8 ibias) in _lok_res_table() argument 1131 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[IQK]S%x, ibias = %x\n", path, ibias); in _lok_res_table() 1138 rtw89_write_rf(rtwdev, path, RR_LUTWD0, RFREG_MASK, ibias); in _lok_res_table() 1351 u8 ibias = 0x1; in _iqk_by_path() local 1358 _lok_res_table(rtwdev, path, ibias++); in _iqk_by_path()
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8173-elm.dtsi | 237 mediatek,ibias = <0xc>;
|
H A D | mt8173.dtsi | 619 mediatek,ibias = <0xa>;
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_hdmi.c | 170 u32 ibias; member
|