Searched refs:pout (Results 1 – 9 of 9) sorted by relevance
36 static struct clk *pout; variable75 clk_get_rate(pout), 0); in zylonite_wm9713_init()166 pout = clk_get(NULL, "CLK_POUT"); in zylonite_probe()167 if (IS_ERR(pout)) { in zylonite_probe()169 PTR_ERR(pout)); in zylonite_probe()170 return PTR_ERR(pout); in zylonite_probe()173 ret = clk_enable(pout); in zylonite_probe()177 clk_put(pout); in zylonite_probe()182 clk_get_rate(pout)); in zylonite_probe()191 clk_disable(pout); in zylonite_remove()[all …]
310 struct dsi_pll_output *pout = &pll->out; in pll_14nm_dec_frac_calc() local324 pout->dec_start = (u32)dec_start; in pll_14nm_dec_frac_calc()325 pout->div_frac_start = div_frac_start; in pll_14nm_dec_frac_calc()340 pout->plllock_cmp = (u32)pll_comp_val; in pll_14nm_dec_frac_calc()342 pout->pll_txclk_en = 1; in pll_14nm_dec_frac_calc()343 pout->cmn_ldo_cntrl = 0x3c; in pll_14nm_dec_frac_calc()363 struct dsi_pll_output *pout = &pll->out; in pll_14nm_calc_vco_count() local373 pout->pll_vco_div_ref = data; in pll_14nm_calc_vco_count()378 pout->pll_vco_count = data; in pll_14nm_calc_vco_count()384 pout->pll_kvco_div_ref = data; in pll_14nm_calc_vco_count()[all …]
853 s8 pout = -6; in odm_rx_phy_status_jaguar_series_parsing() local857 rx_pwr_all = pout - 32 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()860 rx_pwr_all = pout - 24 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()863 rx_pwr_all = pout - 11 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()866 rx_pwr_all = pout + 5 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()869 rx_pwr_all = pout + 21 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()875 s8 pout = -6; in odm_rx_phy_status_jaguar_series_parsing() local880 rx_pwr_all = pout - 32 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()883 rx_pwr_all = pout - 22 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()886 rx_pwr_all = pout - 2 - (2 * VGA_idx); in odm_rx_phy_status_jaguar_series_parsing()[all …]
173 s8 pout = -6; in query_rxphystatus() local177 rx_pwr_all = pout - 32 - (2*vga_idx); in query_rxphystatus()180 rx_pwr_all = pout - 24 - (2*vga_idx); in query_rxphystatus()183 rx_pwr_all = pout - 11 - (2*vga_idx); in query_rxphystatus()186 rx_pwr_all = pout + 5 - (2*vga_idx); in query_rxphystatus()189 rx_pwr_all = pout + 21 - (2*vga_idx); in query_rxphystatus()
76 power[2-3]_label "pout[1-2]"
93 power[2-5]_label "pout[1-4]"
109 power[1,3]_label "pout[1,3]"
177 power[N]_label "pout[1-4]".
300 char *pout = result; in format_ie() local309 *pout++ = hex_asc_hi(*++ie); in format_ie()310 *pout++ = hex_asc_lo(*ie); in format_ie()311 *pout++ = ' '; in format_ie()314 *pout++ = '.'; in format_ie()315 *pout++ = '.'; in format_ie()316 *pout++ = '.'; in format_ie()318 *--pout = 0; in format_ie()