Home
last modified time | relevance | path

Searched refs:freq_max (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/tty/serial/
H A Dsccnxp.c104 unsigned long freq_max; member
140 .freq_max = 4000000,
151 .freq_max = 4000000,
162 .freq_max = 4000000,
173 .freq_max = 8000000,
184 .freq_max = 8000000,
195 .freq_max = 50000000,
206 .freq_max = 4000000,
217 .freq_max = 4000000,
935 if ((uartclk < s->chip->freq_min) || (uartclk > s->chip->freq_max)) { in sccnxp_probe()
[all...]
/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Doutp.h34 u32 freq_max; member
H A Dif0012.h25 __u32 freq_max; member
/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c896 u32 *freq_min, u32 *freq_max, in dvb_frontend_get_frequency_limits() argument
908 *freq_max = tuner_max; in dvb_frontend_get_frequency_limits()
910 *freq_max = frontend_max; in dvb_frontend_get_frequency_limits()
912 *freq_max = min(frontend_max, tuner_max); in dvb_frontend_get_frequency_limits()
914 if (*freq_min == 0 || *freq_max == 0) in dvb_frontend_get_frequency_limits()
930 *freq_max /= kHz; in dvb_frontend_get_frequency_limits()
968 u32 freq_max; in dvb_frontend_check_parameters() local
971 dvb_frontend_get_frequency_limits(fe, &freq_min, &freq_max, NULL); in dvb_frontend_check_parameters()
973 (freq_max && c->frequency > freq_max)) { in dvb_frontend_check_parameters()
[all...]
/linux/drivers/gpu/drm/nouveau/nvif/
H A Doutp.c526 outp->info.rgb_crt.freq_max = args.rgb_crt.freq_max; in nvif_outp_ctor()
/linux/drivers/firmware/arm_scmi/
H A Dperf.c1167 unsigned long freq_min, freq_max; in scmi_perf_fill_custom_report() local
1188 ret = scmi_perf_xlate_opp_to_freq(dom, r->range_max, &freq_max); in scmi_perf_fill_custom_report()
1197 r->range_max_freq = freq_max; in scmi_perf_fill_custom_report()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duoutp.c613 args->v0.rgb_crt.freq_max = outp->info.crtconf.maxfreq; in nvkm_uoutp_new()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c2929 outp->dcb->crtconf.maxfreq = outp->outp.info.rgb_crt.freq_max; in nv50_display_create()