cp_current        223 drivers/media/dvb-frontends/dib0070.c 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)
cp_current        226 drivers/media/dvb-frontends/dib0070.c 	u16 lo5 = (third_order_filt << 14) | (0 << 13) | (1 << 12) | (3 << 9) | (cp_current << 6) | (hf_div_trim << 3) | (vco_bias_trim << 0);
cp_current       1672 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	u8 h29, h28_ten, e30, h30_ten, cp_current;
cp_current       1796 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	cp_current = ((LCN_CUR_LMT * h29 * LCN_MULT * 100) / h28_ten) / h30_ten;
cp_current       1797 drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c 	mod_radio_reg(pi, RADIO_2064_REG03C, 0x3f, cp_current);