Home
last modified time | relevance | path

Searched refs:mxl_phy_tune_rf (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dmxl111sf-tuner.c81 static struct mxl111sf_reg_ctrl_info mxl_phy_tune_rf[] = { variable
127 mxl_phy_tune_rf[0].data = filt_bw; in mxl111sf_calc_phy_tune_regs()
130 mxl_phy_tune_rf[1].data = (freq & 0xff); in mxl111sf_calc_phy_tune_regs()
131 mxl_phy_tune_rf[2].data = (freq >> 8) & 0xff; in mxl111sf_calc_phy_tune_regs()
134 return mxl_phy_tune_rf; in mxl111sf_calc_phy_tune_regs()