Searched refs:pll_mult (Results 1 – 2 of 2) sorted by relevance
456 u8 pll_mult; in cx24123_set_symbolrate() local466 pll_mult = 2; in cx24123_set_symbolrate()468 pll_mult = 3; in cx24123_set_symbolrate()470 pll_mult = 4; in cx24123_set_symbolrate()472 pll_mult = 5; in cx24123_set_symbolrate()474 pll_mult = 6; in cx24123_set_symbolrate()476 pll_mult = 7; in cx24123_set_symbolrate()478 pll_mult = 8; in cx24123_set_symbolrate()480 pll_mult = 9; in cx24123_set_symbolrate()483 sample_rate = pll_mult * XTAL; in cx24123_set_symbolrate()[all …]
156 uint32_t pll_mult:8; /* This setting controls the multiplier for the PLL. */ member