Home
last modified time | relevance | path

Searched refs:mult_bits (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/tegra/
H A Dclk-dfll.c249 * @mult_bits: value to program to the MULT bits of the DFLL_FREQ_REQ register
256 u8 mult_bits; member
822 * and mult_bits fields, based on the target input rate. Returns 0 upon
860 req->mult_bits = val; in dfll_calculate_rate_request()
861 req->dvco_target_rate = MULT_TO_DVCO_RATE(req->mult_bits, td->ref_rate); in dfll_calculate_rate_request()
889 val |= req->mult_bits << DFLL_FREQ_REQ_MULT_SHIFT; in dfll_set_frequency_request()
/kernel/linux/linux-6.6/drivers/clk/tegra/
H A Dclk-dfll.c249 * @mult_bits: value to program to the MULT bits of the DFLL_FREQ_REQ register
256 u8 mult_bits; member
823 * and mult_bits fields, based on the target input rate. Returns 0 upon
861 req->mult_bits = val; in dfll_calculate_rate_request()
862 req->dvco_target_rate = MULT_TO_DVCO_RATE(req->mult_bits, td->ref_rate); in dfll_calculate_rate_request()
890 val |= req->mult_bits << DFLL_FREQ_REQ_MULT_SHIFT; in dfll_set_frequency_request()
/kernel/linux/linux-5.10/drivers/net/ethernet/via/
H A Dvia-velocity.c3481 int mult_bits = val >> 6; in get_pending_timer_val() local
3484 switch (mult_bits) in get_pending_timer_val()
/kernel/linux/linux-6.6/drivers/net/ethernet/via/
H A Dvia-velocity.c3479 int mult_bits = val >> 6; in get_pending_timer_val() local
3482 switch (mult_bits) in get_pending_timer_val()

Completed in 14 milliseconds