Searched refs:cp_current (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/dvb-frontends/
H A Ddib0070.c225 static int dib0070_set_ctrl_lo5(struct dvb_frontend *fe, u8 vco_bias_trim, u8 hf_div_trim, u8 cp_current, u8 third_order_filt) argument
228 u16 lo5 = (third_order_filt << 14) | (0 << 13) | (1 << 12) | (3 << 9) | (cp_current << 6) | (hf_div_trim << 3) | (vco_bias_trim << 0);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1617 u8 h29, h28_ten, e30, h30_ten, cp_current; local
1738 cp_current = ((LCN_CUR_LMT * h29 * LCN_MULT * 100) / h28_ten) / h30_ten;
1739 mod_radio_reg(pi, RADIO_2064_REG03C, 0x3f, cp_current);

Completed in 90 milliseconds