/linux/arch/arm/mach-s3c/ |
A D | cpufreq-utils-s3c24xx.c | 32 unsigned long refresh; in s3c2410_cpufreq_setrefresh() local 42 refresh = (cfg->freq.hclk / 100) * (board->refresh / 10); in s3c2410_cpufreq_setrefresh() 43 refresh = DIV_ROUND_UP(refresh, (1000 * 1000)); /* apply scale */ in s3c2410_cpufreq_setrefresh() 44 refresh = (1 << 11) + 1 - refresh; in s3c2410_cpufreq_setrefresh() 46 s3c_freq_dbg("%s: refresh value %lu\n", __func__, refresh); in s3c2410_cpufreq_setrefresh() 50 refval |= refresh; in s3c2410_cpufreq_setrefresh()
|
A D | iotiming-s3c2412.c | 260 u32 refresh; in s3c2412_cpufreq_setrefresh() local 271 refresh = (cfg->freq.hclk / 100) * (board->refresh / 10); in s3c2412_cpufreq_setrefresh() 272 refresh = DIV_ROUND_UP(refresh, (1000 * 1000)); /* apply scale */ in s3c2412_cpufreq_setrefresh() 273 refresh &= ((1 << 16) - 1); in s3c2412_cpufreq_setrefresh() 275 s3c_freq_dbg("%s: refresh value %u\n", __func__, (unsigned int)refresh); in s3c2412_cpufreq_setrefresh() 277 __raw_writel(refresh, S3C2412_REFRESH); in s3c2412_cpufreq_setrefresh()
|
/linux/drivers/cpufreq/ |
A D | sa1110-cpufreq.c | 40 u_short refresh; /* refresh time for array (us) */ member 57 .refresh = 64000, 66 .refresh = 64000, 75 .refresh = 64000, 83 .refresh = 64000, 92 .refresh = 64000, 101 .refresh = 64000, 110 .refresh = 64000, 215 u_int ns_row = (sdram->refresh * 1000) >> sdram->rows; in sdram_update_refresh() 362 sdram->twr, sdram->refresh, sdram->cas_latency); in sa1110_clk_init()
|
A D | s5pv210-cpufreq.c | 103 unsigned long refresh; /* DRAM refresh counter * 1000 */ member 216 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh() 537 s5pv210_dram_conf[0].refresh = (readl_relaxed(dmc_base[0] + 0x30) * 1000); in s5pv210_cpu_init() 540 s5pv210_dram_conf[1].refresh = (readl_relaxed(dmc_base[1] + 0x30) * 1000); in s5pv210_cpu_init()
|
/linux/drivers/video/fbdev/core/ |
A D | fbcvt.c | 38 u32 refresh; member 228 cvt->xres, cvt->yres, cvt->refresh); in fb_cvt_print_name() 273 mode->refresh = cvt->f_refresh; in fb_cvt_convert_to_mode() 322 cvt.refresh = mode->refresh; in fb_find_mode_cvt() 323 cvt.f_refresh = cvt.refresh; in fb_find_mode_cvt() 326 if (!cvt.xres || !cvt.yres || !cvt.refresh) { in fb_find_mode_cvt() 331 if (!(cvt.refresh == 50 || cvt.refresh == 60 || cvt.refresh == 70 || in fb_find_mode_cvt() 332 cvt.refresh == 85)) { in fb_find_mode_cvt() 346 if (cvt.refresh != 60) { in fb_find_mode_cvt()
|
A D | modedb.c | 723 (refresh) ? refresh : 60, in fb_find_mode() 731 cvt_mode.refresh = (refresh) ? refresh : 60; in fb_find_mode() 764 refresh = 1000; in fb_find_mode() 766 refresh = 60; in fb_find_mode() 778 int score = abs(db[i].refresh - refresh); in fb_find_mode() 786 db[i].refresh == refresh) in fb_find_mode() 864 mode->refresh = 0; in fb_var_to_videomode() 885 mode->refresh = hfreq/vtotal; in fb_var_to_videomode() 975 mode->refresh > best->refresh) in fb_find_best_mode() 1010 diff_refresh = abs(cmode->refresh - mode->refresh); in fb_find_nearest_mode() [all …]
|
A D | fbmon.c | 381 static void calc_mode_timings(int xres, int yres, int refresh, in calc_mode_timings() argument 392 refresh, var, NULL); in calc_mode_timings() 396 mode->refresh = refresh; in calc_mode_timings() 512 int xres, yres = 0, refresh, ratio; in get_std_timing() local 537 refresh = (block[1] & 0x3f) + 60; in get_std_timing() 538 DPRINTK(" %dx%d@%dHz\n", xres, yres, refresh); in get_std_timing() 540 calc_mode_timings(xres, yres, refresh, mode); in get_std_timing() 584 mode->refresh = PIXEL_CLOCK/((H_ACTIVE + H_BLANKING) * in get_detailed_timing() 1348 fbmode->refresh = vm->pixelclock / (htotal * vtotal); in fb_videomode_from_videomode() 1351 fbmode->refresh = 0; in fb_videomode_from_videomode() [all …]
|
/linux/arch/arm/mach-pxa/ |
A D | sleep.S | 54 @ prepare SDRAM refresh settings 58 @ enable SDRAM self-refresh mode 95 @ prepare SDRAM refresh settings 99 @ enable SDRAM self-refresh mode 107 @ as possible to eliminate messing about with the refresh clock 159 @ external accesses after SDRAM is put in self-refresh mode 160 @ (see Errata 38 ...hangs when entering self-refresh mode) 165 @ put SDRAM into self-refresh
|
/linux/drivers/video/fbdev/via/ |
A D | viamode.c | 341 int hres, int vres, int refresh) in get_best_mode() argument 350 if (!best || abs(modes[i].refresh - refresh) < in get_best_mode() 351 abs(best->refresh - refresh)) in get_best_mode() 358 const struct fb_videomode *viafb_get_best_mode(int hres, int vres, int refresh) in viafb_get_best_mode() argument 361 hres, vres, refresh); in viafb_get_best_mode() 365 int refresh) in viafb_get_best_rb_mode() argument 368 hres, vres, refresh); in viafb_get_best_rb_mode()
|
A D | viamode.h | 45 int refresh); 47 int refresh);
|
A D | ioctl.h | 84 unsigned short refresh; member 105 u32 refresh; member
|
/linux/drivers/media/pci/cx18/ |
A D | cx18-cards.c | 77 .refresh = 0x30c, 124 .refresh = 0x30c, 171 .refresh = 0x30c, 224 .refresh = 0x753, 277 .refresh = 0x3bd, 337 .refresh = 0x3bd, 393 .refresh = 0x753, 441 .refresh = 0x3bb, 490 .refresh = 0x3bb, 543 .refresh = 0x3bb,
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-driver-hid-picolcd | 31 Description: Make it possible to adjust defio refresh rate. 33 Reading: returns list of available refresh rates (expressed in Hz), 34 the active refresh rate being enclosed in brackets ('[' and ']') 36 Writing: accepts new refresh rate expressed in integer Hz
|
/linux/drivers/gpu/drm/kmb/ |
A D | kmb_crtc.c | 193 int refresh; in kmb_crtc_mode_valid() local 207 refresh = drm_mode_vrefresh(mode); in kmb_crtc_mode_valid() 208 if (refresh < KMB_MIN_VREFRESH || refresh > KMB_MAX_VREFRESH) { in kmb_crtc_mode_valid() 210 refresh, KMB_MIN_VREFRESH, KMB_MAX_VREFRESH); in kmb_crtc_mode_valid()
|
/linux/arch/arm/mach-omap2/ |
A D | sleep24xx.S | 59 orr r4, r4, #0x40 @ enable self refresh on idle req 70 bic r4, r4, #0x40 @ now clear self refresh bit. 74 nop @ start auto refresh only after clk ok
|
/linux/drivers/fpga/ |
A D | machxo2-spi.c | 141 static const u8 refresh[] = LSC_REFRESH; in machxo2_cleanup() local 158 tx[1].tx_buf = &refresh; in machxo2_cleanup() 159 tx[1].len = sizeof(refresh); in machxo2_cleanup() 298 static const u8 refresh[] = LSC_REFRESH; in machxo2_write_complete() local 324 tx[1].tx_buf = &refresh; in machxo2_write_complete() 325 tx[1].len = sizeof(refresh); in machxo2_write_complete()
|
/linux/Documentation/fb/ |
A D | modedb.rst | 23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] 24 <name>[-<bpp>][@<refresh>] 26 with <xres>, <yres>, <bpp> and <refresh> decimal numbers and <name> a string. 30 <bpp> and <refresh>, if specified) the timings will be calculated using 81 and coordinated set of standard formats, display refresh rates, and 92 pixelclock, the horizontal sync frequency, or the vertical refresh rate. 127 - acceptable refresh rates are 50, 60, 70 or 85 Hz only 128 - if reduced blanking, the refresh rate must be at 60Hz 152 video=<driver>:<xres>x<yres>[-<bpp>][@refresh]
|
A D | uvesafb.rst | 38 or most optimal resolution/refresh rate for your setup will not work 43 - Adjusting the refresh rate is only possible with a VBE 3.0 compliant 45 compliant, while they simply ignore any refresh rate settings. 121 using this option implies that any refresh rate adjustments will 122 be ignored and the refresh rate will stay at your BIOS default 164 Use the default refresh rate (60 Hz) if set to 1. 179 Uvesafb will set a video mode with the default refresh rate and timings
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_tv.c | 383 .refresh = 59940, 426 .refresh = 59940, 468 .refresh = 59940, 511 .refresh = 59940, 555 .refresh = 50000, 600 .refresh = 50000, 642 .refresh = 59940, 666 .refresh = 50000, 690 .refresh = 60000, 714 .refresh = 50000, [all …]
|
/linux/Documentation/devicetree/bindings/auxdisplay/ |
A D | holtek,ht16k33.yaml | 29 refresh-rate-hz: 66 - refresh-rate-hz 82 refresh-rate-hz = <20>;
|
/linux/drivers/video/fbdev/ |
A D | fsl-diu-fb.c | 57 .refresh = 60, 71 .refresh = 60, 155 .refresh = 60, 183 .refresh = 60, 197 .refresh = 70, 211 .refresh = 75, 225 .refresh = 60, 239 .refresh = 60, 253 .refresh = 60, 267 .refresh = 70, [all …]
|
/linux/Documentation/devicetree/bindings/devfreq/ |
A D | rk3399_dmc.txt | 40 self-refresh idle period in which memories are 41 placed into self-refresh mode if bus is idle 46 - rockchip,sr_mc_gate_idle : Defines the memory self-refresh and controller 48 into self-refresh mode and memory controller 52 - rockchip,srpd_lite_idle : Defines the self-refresh power down idle 54 self-refresh power down mode if bus is idle 59 memories are placed into self-refresh mode.
|
/linux/drivers/staging/olpc_dcon/ |
A D | TODO | 6 drm damage tracking and self-refresh helpers. 7 This bolted-on self-refresh support that digs around in fbdev
|
/linux/drivers/gpu/drm/selftests/ |
A D | test-drm_cmdline_parser.c | 338 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_refresh() 374 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh() 400 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh_interlaced() 426 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh_margins() 452 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh_force_off() 489 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh_force_on() 515 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh_force_on_analog() 544 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh_force_on_digital() 570 FAIL_ON(mode.refresh != 60); in drm_cmdline_test_res_bpp_refresh_interlaced_margins_force_on()
|
/linux/drivers/gpu/drm/panel/ |
A D | panel-dsi-cm.c | 35 u32 refresh; member 496 ddata->panel_data->refresh / 1000; in dsicm_probe_of() 620 .refresh = 60, 631 .refresh = 60, 642 .refresh = 60,
|