Searched refs:clk_sel (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-gpio-defs.h55 uint64_t clk_sel:2; member in struct:cvmx_gpio_bit_cfgx::cvmx_gpio_bit_cfgx_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0900_core.c301 u32 m_div, clk_sel; local
312 clk_sel = ((stv0900_get_bits(intp, F0900_SELX1RATIO) == 1) ? 4 : 6);
313 m_div = ((clk_sel * mclk) / intp->quartz) - 1;
H A Dstv090x.c4039 u32 reg, div, clk_sel; local
4042 clk_sel = ((STV090x_GETFIELD(reg, SELX1RATIO_FIELD) == 1) ? 4 : 6);
4044 div = ((clk_sel * mclk) / config->xtal) - 1;

Completed in 110 milliseconds