Searched refs:odiv (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/media/dvb-frontends/ |
| D | stb6100.c | 311 int psd2, odiv; in stb6100_get_frequency() local 319 odiv = (regs[STB6100_VCO] & STB6100_VCO_ODIV) >> STB6100_VCO_ODIV_SHIFT; in stb6100_get_frequency() 324 *frequency = state->frequency = fvco >> (odiv + 1); in stb6100_get_frequency() 328 state->frequency, odiv, psd2, state->reference, fvco, nint, nfrac); in stb6100_get_frequency() 342 u8 g, psd2, odiv; in stb6100_set_frequency() local 367 odiv = 1; in stb6100_set_frequency() 369 odiv = 0; in stb6100_set_frequency() 372 regs[STB6100_VCO] = 0xe0 | (odiv << STB6100_VCO_ODIV_SHIFT); in stb6100_set_frequency() 393 fvco = frequency << (1 + odiv); in stb6100_set_frequency() 444 frequency, srate, (unsigned int)g, (unsigned int)odiv, in stb6100_set_frequency()
|
| /linux-4.4.14/arch/arc/plat-axs10x/ |
| D | axs10x.c | 339 union pll_reg idiv, fbdiv, odiv; in axs103_get_freq() local 344 odiv.val = ioread32((void __iomem *)AXC003_CGU + 0x80 + 8); in axs103_get_freq() 352 if (odiv.bypass != 1) in axs103_get_freq() 353 f = f / (odiv.low + odiv.high); in axs103_get_freq()
|