Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Dmxl111sf-tuner.c68 static struct mxl111sf_reg_ctrl_info mxl_phy_tune_rf[] = { variable
114 mxl_phy_tune_rf[0].data = filt_bw; in mxl111sf_calc_phy_tune_regs()
117 mxl_phy_tune_rf[1].data = (freq & 0xff); in mxl111sf_calc_phy_tune_regs()
118 mxl_phy_tune_rf[2].data = (freq >> 8) & 0xff; in mxl111sf_calc_phy_tune_regs()
121 return mxl_phy_tune_rf; in mxl111sf_calc_phy_tune_regs()