Searched refs:pout (Results 1 – 11 of 11) sorted by relevance
31 static struct clk *pout; variable70 clk_get_rate(pout), 0); in zylonite_wm9713_init()167 pout = clk_get(NULL, "CLK_POUT"); in zylonite_probe()168 if (IS_ERR(pout)) { in zylonite_probe()170 PTR_ERR(pout)); in zylonite_probe()171 return PTR_ERR(pout); in zylonite_probe()174 ret = clk_enable(pout); in zylonite_probe()178 clk_put(pout); in zylonite_probe()183 clk_get_rate(pout)); in zylonite_probe()192 clk_disable(pout); in zylonite_remove()[all …]
302 struct dsi_pll_output *pout = &pll->out; in pll_14nm_dec_frac_calc() local316 pout->dec_start = (u32)dec_start; in pll_14nm_dec_frac_calc()317 pout->div_frac_start = div_frac_start; in pll_14nm_dec_frac_calc()332 pout->plllock_cmp = (u32)pll_comp_val; in pll_14nm_dec_frac_calc()334 pout->pll_txclk_en = 1; in pll_14nm_dec_frac_calc()335 pout->cmn_ldo_cntrl = 0x3c; in pll_14nm_dec_frac_calc()355 struct dsi_pll_output *pout = &pll->out; in pll_14nm_calc_vco_count() local365 pout->pll_vco_div_ref = data; in pll_14nm_calc_vco_count()370 pout->pll_vco_count = data; in pll_14nm_calc_vco_count()376 pout->pll_kvco_div_ref = data; in pll_14nm_calc_vco_count()[all …]
150 s8 pout = -6; in query_rxphystatus() local154 rx_pwr_all = pout - 32 - (2*vga_idx); in query_rxphystatus()157 rx_pwr_all = pout - 24 - (2*vga_idx); in query_rxphystatus()160 rx_pwr_all = pout - 11 - (2*vga_idx); in query_rxphystatus()163 rx_pwr_all = pout + 5 - (2*vga_idx); in query_rxphystatus()166 rx_pwr_all = pout + 21 - (2*vga_idx); in query_rxphystatus()
63 power2_label "pout"
72 power[2-3]_label "pout[1-2]"
99 power[2-4]_label "pout[1-3]"
80 power[2-3]_label "pout[1-2]"
104 power[2-5]_label "pout[1-4]"
158 power[1,3]_label "pout[1,3]"
291 power[N]_label "pout[1-4]".
297 char *pout = result; in format_ie() local306 *pout++ = hex_asc_hi(*++ie); in format_ie()307 *pout++ = hex_asc_lo(*ie); in format_ie()308 *pout++ = ' '; in format_ie()311 *pout++ = '.'; in format_ie()312 *pout++ = '.'; in format_ie()313 *pout++ = '.'; in format_ie()315 *--pout = 0; in format_ie()