Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Drtl2830.c176 u32 if_ctl, if_frequency; in rtl2830_set_frontend() local
240 if_ctl = num & 0x3fffff; in rtl2830_set_frontend()
242 if_frequency, if_ctl); in rtl2830_set_frontend()
244 buf[0] = (if_ctl >> 16) & 0x3f; in rtl2830_set_frontend()
245 buf[1] = (if_ctl >> 8) & 0xff; in rtl2830_set_frontend()
246 buf[2] = (if_ctl >> 0) & 0xff; in rtl2830_set_frontend()