Home
last modified time | relevance | path

Searched full:ibias (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/gpu/drm/radeon/
H A Drv740_dpm.c199 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 Drv740d.h54 #define IBIAS(x) ((x) << 20) macro
H A Dcypress_dpm.c494 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 Drv770_dpm.c408 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 Dni_dpm.c2178 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 Drv770d.h127 #define IBIAS(x) ((x) << 20) macro
H A Dnid.h569 #define IBIAS(x) ((x) << 20) macro
H A Devergreend.h107 #define IBIAS(x) ((x) << 20) macro
/linux/drivers/phy/mediatek/
H A Dphy-mtk-hdmi.c123 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 Dphy-mtk-hdmi.h40 unsigned int ibias; member
H A Dphy-mtk-hdmi-mt8173.c182 hdmi_ibias = hdmi_phy->ibias; in mtk_hdmi_pll_set_rate()
/linux/Documentation/devicetree/bindings/sound/
H A Dcs43130.txt19 - cirrus,xtal-ibias:
60 cirrus,xtal-ibias = <2>;
/linux/Documentation/devicetree/bindings/phy/
H A Dmediatek,hdmi-phy.yaml54 mediatek,ibias:
90 mediatek,ibias = <0xa>;
/linux/sound/soc/codecs/
H A Drk817_codec.c116 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 Dcs43130.c2453 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 Dpll.h44 * @itable: pll ibias table, itable[0] means how many items this
H A Dsc9860-clk.c132 { .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 Dsc9863a-clk.c84 { .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 Dmt7623n-rfb-emmc.dts272 mediatek,ibias = <0xa>;
H A Dmt7623n-bananapi-bpi-r2.dts300 mediatek,ibias = <0xa>;
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.c1153 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 Drtw8852b_rfk.c1126 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 Dmt8173-elm.dtsi237 mediatek,ibias = <0xc>;
H A Dmt8173.dtsi619 mediatek,ibias = <0xa>;
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c170 u32 ibias; member

12