Searched refs:pll_multiplier (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/drivers/ata/ |
D | ahci_dm816.c | 39 unsigned long pll_multiplier; in ahci_dm816_get_mpy_bits() local 47 pll_multiplier = AHCI_DM816_PLL_OUT / (refclk_rate / 100); in ahci_dm816_get_mpy_bits() 50 if (pll_mpy_table[i] == pll_multiplier) in ahci_dm816_get_mpy_bits()
|
/Linux-v6.6/drivers/media/dvb-frontends/ |
D | tda10071.h | 35 u8 pll_multiplier; member
|
D | tda10071_priv.h | 25 u8 pll_multiplier; member
|
D | tda10071.c | 775 { 0x88, dev->pll_multiplier, 0x3f }, in tda10071_init() 946 cmd.args[5] = dev->pll_multiplier; in tda10071_init() 1171 dev->pll_multiplier = pdata->pll_multiplier; in tda10071_probe()
|
/Linux-v6.6/drivers/media/i2c/ |
D | ccs-pll.c | 100 br->fr->pll_multiplier); in print_pll() 178 rval = bounds_check(dev, pll_fr->pll_multiplier, in check_fr_bounds() 314 pll_fr->pll_multiplier = mul * more_mul; in __ccs_pll_calculate_vt_tree() 316 if (pll_fr->pll_multiplier * pll_fr->pll_ip_clk_freq_hz > in __ccs_pll_calculate_vt_tree() 321 pll_fr->pll_ip_clk_freq_hz * pll_fr->pll_multiplier; in __ccs_pll_calculate_vt_tree() 668 op_pll_fr->pll_multiplier = mul * i; in ccs_pll_calculate_op() 676 * op_pll_fr->pll_multiplier; in ccs_pll_calculate_op()
|
D | ccs-pll.h | 48 u16 pll_multiplier; member
|
/Linux-v6.6/Documentation/driver-api/media/drivers/ccs/ |
D | ccs-regs.asc | 208 pll_multiplier 0x0306 16
|
/Linux-v6.6/drivers/media/i2c/ccs/ |
D | ccs-core.c | 381 rval = ccs_write(sensor, PLL_MULTIPLIER, pll->vt_fr.pll_multiplier); in ccs_pll_configure() 422 return ccs_write(sensor, OP_PLL_MULTIPLIER, pll->op_fr.pll_multiplier); in ccs_pll_configure()
|
/Linux-v6.6/drivers/media/usb/em28xx/ |
D | em28xx-dvb.c | 1140 tda10071_pdata.pll_multiplier = 20; in em28174_dvb_init_pctv_460e()
|
/Linux-v6.6/drivers/media/pci/cx23885/ |
D | cx23885-dvb.c | 882 .pll_multiplier = 20,
|