Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/dvb-frontends/
Dcxd2841er.c1579 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_t2_band() local
1725 b10_b6[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
1726 b10_b6[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
1727 b10_b6[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t2_band()
1728 cxd2841er_write_regs(priv, I2C_SLVT, 0xb6, b10_b6, sizeof(b10_b6)); in cxd2841er_sleep_tc_to_active_t2_band()
1758 u8 b10_b6[3]; in cxd2841er_sleep_tc_to_active_t_band() local
1811 b10_b6[0] = (u8) ((iffreq >> 16) & 0xff); in cxd2841er_sleep_tc_to_active_t_band()
1812 b10_b6[1] = (u8)((iffreq >> 8) & 0xff); in cxd2841er_sleep_tc_to_active_t_band()
1813 b10_b6[2] = (u8)(iffreq & 0xff); in cxd2841er_sleep_tc_to_active_t_band()
1818 cxd2841er_write_regs(priv, I2C_SLVT, 0xb6, b10_b6, sizeof(b10_b6)); in cxd2841er_sleep_tc_to_active_t_band()
[all …]