Home
last modified time | relevance | path

Searched refs:hsfreq_prev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/
H A Drcar-csi2.c439 const struct rcsi2_mbps_reg *hsfreq_prev = NULL; in rcsi2_set_phypll() local
444 hsfreq_prev = hsfreq; in rcsi2_set_phypll()
452 if (hsfreq_prev && in rcsi2_set_phypll()
453 ((mbps - hsfreq_prev->mbps) <= (hsfreq->mbps - mbps))) in rcsi2_set_phypll()
454 hsfreq = hsfreq_prev; in rcsi2_set_phypll()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/rcar-vin/
H A Drcar-csi2.c703 const struct rcsi2_mbps_reg *hsfreq_prev = NULL; in rcsi2_set_phypll() local
712 hsfreq_prev = hsfreq; in rcsi2_set_phypll()
720 if (hsfreq_prev && in rcsi2_set_phypll()
721 ((mbps - hsfreq_prev->mbps) <= (hsfreq->mbps - mbps))) in rcsi2_set_phypll()
722 hsfreq = hsfreq_prev; in rcsi2_set_phypll()

Completed in 5 milliseconds