Searched refs:pll_bypass (Results 1 – 10 of 10) sorted by relevance
/drivers/media/usb/dvb-usb/ |
D | dib0700_devices.c | 228 .pll_bypass = 0, 394 .pll_bypass = 0, 663 .pll_bypass = 0, 955 .pll_bypass = 0, 1181 .pll_bypass = 0, 1520 .pll_bypass = 0, 1605 .io.pll_bypass = 1, 1957 .pll_bypass = 0, 1998 .io.pll_bypass = 0, 2322 .io.pll_bypass = 0, [all …]
|
D | cxusb.c | 1079 .pll_bypass = 0,
|
/drivers/media/i2c/ |
D | ov7670.c | 252 bool pll_bypass; member 801 if (info->pll_bypass) in ov7675_get_framerate() 825 info->pll_bypass ? DBLV_BYPASS : DBLV_X4); in ov7675_apply_framerate() 845 pll_factor = info->pll_bypass ? 1 : PLL_FACTOR; in ov7675_set_framerate() 1890 if (config->pll_bypass) in ov7670_probe() 1891 info->pll_bypass = true; in ov7670_probe()
|
/drivers/media/dvb-frontends/ |
D | dibx000_common.h | 123 u8 pll_bypass; member
|
D | dib0090.h | 18 u8 pll_bypass:1; member
|
D | dib0090.c | 534 && !cfg->io.pll_bypass) { in dib0090_reset_digital() 570 if (cfg->io.pll_bypass) { in dib0090_reset_digital() 571 PllCfg |= (cfg->io.pll_bypass << 15); in dib0090_reset_digital() 605 …>io.pll_range << 12) | (cfg->io.pll_loopdiv << 6) | (cfg->io.pll_prediv)) && !cfg->io.pll_bypass) { in dib0090_fw_reset_digital() 641 if (cfg->io.pll_bypass) { in dib0090_fw_reset_digital() 642 PllCfg |= (cfg->io.pll_bypass << 15); in dib0090_fw_reset_digital()
|
D | dib7000m.c | 398 reg_907 = (bw->pll_bypass << 15) | (bw->modulo << 7) | in dib7000m_reset_pll() 439 clk_cfg1 = (clk_cfg1 & 0xfff7) | (bw->pll_bypass << 3); in dib7000mc_reset_pll()
|
D | dib7000p.c | 458 dib7000p_write_word(state, 1857, dib7000p_read_word(state, 1857) | (!bw->pll_bypass << 15)); in dib7000p_reset_pll() 468 clk_cfg0 = (bw->pll_bypass << 15) | (clk_cfg0 & 0x7fff); in dib7000p_reset_pll()
|
D | dib8000.c | 708 clk_cfg1 = (clk_cfg1 & 0xfff7) | (pll->pll_bypass << 3); in dib8000_reset_pll() 734 dib8000_write_word(state, 1857, reg|(!pll->pll_bypass<<15)); in dib8000_reset_pll()
|
/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 1045 .pll_bypass = 0,
|