Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Drtl2830.c166 u32 if_ctl, if_frequency; in rtl2830_set_frontend() local
230 if_ctl = num & 0x3fffff; in rtl2830_set_frontend()
231 dev_dbg(&client->dev, "if_frequency=%d if_ctl=%08x\n", in rtl2830_set_frontend()
232 if_frequency, if_ctl); in rtl2830_set_frontend()
234 buf[0] = (if_ctl >> 16) & 0x3f; in rtl2830_set_frontend()
235 buf[1] = (if_ctl >> 8) & 0xff; in rtl2830_set_frontend()
236 buf[2] = (if_ctl >> 0) & 0xff; in rtl2830_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Drtl2830.c166 u32 if_ctl, if_frequency; in rtl2830_set_frontend() local
230 if_ctl = num & 0x3fffff; in rtl2830_set_frontend()
231 dev_dbg(&client->dev, "if_frequency=%d if_ctl=%08x\n", in rtl2830_set_frontend()
232 if_frequency, if_ctl); in rtl2830_set_frontend()
234 buf[0] = (if_ctl >> 16) & 0x3f; in rtl2830_set_frontend()
235 buf[1] = (if_ctl >> 8) & 0xff; in rtl2830_set_frontend()
236 buf[2] = (if_ctl >> 0) & 0xff; in rtl2830_set_frontend()

Completed in 3 milliseconds