Home
last modified time | relevance | path

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

/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 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/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/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/drivers/phy/mediatek/
H A Dphy-mtk-hdmi-mt8173.c182 hdmi_ibias = hdmi_phy->ibias; in mtk_hdmi_pll_set_rate()
/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.c1127 static void _lok_res_table(struct rtw89_dev *rtwdev, u8 path, u8 ibias) in _lok_res_table() argument
1132 rtw89_debug(rtwdev, RTW89_DBG_RFK, "[IQK]S%x, ibias = %x\n", path, ibias); in _lok_res_table()
1139 rtw89_write_rf(rtwdev, path, RR_LUTWD0, RFREG_MASK, ibias); in _lok_res_table()
1352 u8 ibias = 0x1; in _iqk_by_path() local
1359 _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.dtsi627 mediatek,ibias = <0xa>;
/linux/drivers/net/usb/
H A Dr8152.c7600 /* enable ADC Ibias Cal */ in r8156_hw_phy_cfg()