Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dsccnxp.c103 unsigned long freq_max; member
139 .freq_max = 4000000,
150 .freq_max = 4000000,
161 .freq_max = 4000000,
172 .freq_max = 8000000,
183 .freq_max = 8000000,
194 .freq_max = 50000000,
205 .freq_max = 4000000,
216 .freq_max = 4000000,
934 if ((uartclk < s->chip->freq_min) || (uartclk > s->chip->freq_max)) { in sccnxp_probe()
/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/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/gpu/drm/nouveau/nvkm/engine/disp/
H A Duoutp.c613 args->v0.rgb_crt.freq_max = outp->info.crtconf.maxfreq; in nvkm_uoutp_new()