Home
last modified time | relevance | path

Searched refs:ratediv (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcx24120.c124 u8 ratediv; member
1116 state->dnxt.ratediv = (-(rate < 31000001) & 6) + 4; in cx24120_set_symbolrate()
1119 state->dnxt.ratediv = 6; in cx24120_set_symbolrate()
1188 "symbol_rate = %d (clkdiv/ratediv = 0x%02x/0x%02x)\n", in cx24120_set_frontend()
1190 state->dcur.clkdiv, state->dcur.ratediv); in cx24120_set_frontend()
1216 cmd.arg[12] = state->dcur.ratediv; in cx24120_set_frontend()
1229 ret |= state->dcur.ratediv; in cx24120_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcx24120.c124 u8 ratediv; member
1117 state->dnxt.ratediv = (-(rate < 31000001) & 6) + 4; in cx24120_set_symbolrate()
1120 state->dnxt.ratediv = 6; in cx24120_set_symbolrate()
1189 "symbol_rate = %d (clkdiv/ratediv = 0x%02x/0x%02x)\n", in cx24120_set_frontend()
1191 state->dcur.clkdiv, state->dcur.ratediv); in cx24120_set_frontend()
1217 cmd.arg[12] = state->dcur.ratediv; in cx24120_set_frontend()
1230 ret |= state->dcur.ratediv; in cx24120_set_frontend()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8996.c1816 int ratediv = 0; in wm8996_set_sysclk() local
1855 ratediv = WM8996_SYSCLK_DIV; in wm8996_set_sysclk()
1878 src << WM8996_SYSCLK_SRC_SHIFT | ratediv); in wm8996_set_sysclk()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8996.c1816 int ratediv = 0; in wm8996_set_sysclk() local
1855 ratediv = WM8996_SYSCLK_DIV; in wm8996_set_sysclk()
1878 src << WM8996_SYSCLK_SRC_SHIFT | ratediv); in wm8996_set_sysclk()

Completed in 10 milliseconds