Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/dvb-frontends/
Dhd29l2.c348 u32 if_freq, if_ctl; in hd29l2_search() local
379 if_ctl = num64; in hd29l2_search()
384 if_ctl = 0; in hd29l2_search()
388 buf[0] = ((if_ctl >> 0) & 0xff); in hd29l2_search()
389 buf[1] = ((if_ctl >> 8) & 0xff); in hd29l2_search()
390 buf[2] = ((if_ctl >> 16) & 0xff); in hd29l2_search()
403 __func__, if_freq, if_ctl); in hd29l2_search()
569 u32 if_ctl; in hd29l2_get_frontend() local
714 if_ctl = (buf[0] << 16) | ((buf[1] - 7) << 8) | buf[2]; in hd29l2_get_frontend()
720 str_interleave_, if_ctl); in hd29l2_get_frontend()
Dcxd2820r_t2.c29 u32 if_freq, if_ctl; in cxd2820r_set_frontend_t2() local
123 if_ctl = DIV_ROUND_CLOSEST_ULL(num, 41000); in cxd2820r_set_frontend_t2()
124 buf[0] = ((if_ctl >> 16) & 0xff); in cxd2820r_set_frontend_t2()
125 buf[1] = ((if_ctl >> 8) & 0xff); in cxd2820r_set_frontend_t2()
126 buf[2] = ((if_ctl >> 0) & 0xff); in cxd2820r_set_frontend_t2()
Dcxd2820r_t.c29 u32 if_freq, if_ctl; in cxd2820r_set_frontend_t() local
106 if_ctl = DIV_ROUND_CLOSEST_ULL(num, 41000); in cxd2820r_set_frontend_t()
107 buf[0] = ((if_ctl >> 16) & 0xff); in cxd2820r_set_frontend_t()
108 buf[1] = ((if_ctl >> 8) & 0xff); in cxd2820r_set_frontend_t()
109 buf[2] = ((if_ctl >> 0) & 0xff); in cxd2820r_set_frontend_t()
Dcxd2820r_c.c31 u16 if_ctl; in cxd2820r_set_frontend_c() local
82 if_ctl = 0x4000 - DIV_ROUND_CLOSEST_ULL(num, 41000); in cxd2820r_set_frontend_c()
83 buf[0] = (if_ctl >> 8) & 0x3f; in cxd2820r_set_frontend_c()
84 buf[1] = (if_ctl >> 0) & 0xff; in cxd2820r_set_frontend_c()
Drtl2830.c180 u32 if_ctl, if_frequency; in rtl2830_set_frontend() local
244 if_ctl = num & 0x3fffff; in rtl2830_set_frontend()
246 if_frequency, if_ctl); in rtl2830_set_frontend()
248 buf[0] = (if_ctl >> 16) & 0x3f; in rtl2830_set_frontend()
249 buf[1] = (if_ctl >> 8) & 0xff; in rtl2830_set_frontend()
250 buf[2] = (if_ctl >> 0) & 0xff; in rtl2830_set_frontend()