Home
last modified time | relevance | path

Searched refs:refresh (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/files/
H A D0001-change-sysconfig-path-to-etc-default.patch15 btrfsmaintenance-refresh.path | 4 ++--
16 btrfsmaintenance-refresh.service | 2 +-
19 diff --git a/btrfsmaintenance-refresh.path b/btrfsmaintenance-refresh.path
21 --- a/btrfsmaintenance-refresh.path
22 +++ b/btrfsmaintenance-refresh.path
34 diff --git a/btrfsmaintenance-refresh.service b/btrfsmaintenance-refresh.service
36 --- a/btrfsmaintenance-refresh.service
37 +++ b/btrfsmaintenance-refresh.service
44 ExecStart=/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh systemd-timer
H A D0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch4 Subject: [PATCH] add WantedBy directive to btrfsmaintenance-refresh.service
15 btrfsmaintenance-refresh.service | 4 ++++
18 diff --git a/btrfsmaintenance-refresh.service b/btrfsmaintenance-refresh.service
20 --- a/btrfsmaintenance-refresh.service
21 +++ b/btrfsmaintenance-refresh.service
25 ExecStart=/usr/share/btrfsmaintenance/btrfsmaintenance-refresh-cron.sh systemd-timer
26 +ExecStart=systemctl disable btrfsmaintenance-refresh.service
/openbmc/u-boot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Ddram.c32 writel(0x7FF, &emc->refresh); in ddr_init()
52 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
60 writel((((128) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
63 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
/openbmc/webui-vue/src/layouts/
H A DAppLayout.vue7 @refresh="refresh"
47 this.$root.$on('refresh-application', () => this.refresh());
51 this.refresh();
56 refresh() {
58 // a component re-rendering and 'refresh' the view
/openbmc/linux/drivers/cpufreq/
H A Dsa1110-cpufreq.c40 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()
356 sdram->twr, sdram->refresh, sdram->cas_latency); in sa1110_clk_init()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcvt.c38 u32 refresh; member
230 cvt->xres, cvt->yres, cvt->refresh); in fb_cvt_print_name()
262 mode->refresh = cvt->f_refresh; in fb_cvt_convert_to_mode()
311 cvt.refresh = mode->refresh; in fb_find_mode_cvt()
312 cvt.f_refresh = cvt.refresh; in fb_find_mode_cvt()
315 if (!cvt.xres || !cvt.yres || !cvt.refresh) { in fb_find_mode_cvt()
320 if (!(cvt.refresh == 50 || cvt.refresh == 60 || cvt.refresh == 70 || in fb_find_mode_cvt()
321 cvt.refresh == 85)) { in fb_find_mode_cvt()
335 if (cvt.refresh != 60) { in fb_find_mode_cvt()
H A Dmodedb.c732 (refresh) ? refresh : 60, in fb_find_mode()
740 cvt_mode.refresh = (refresh) ? refresh : 60; in fb_find_mode()
773 refresh = 1000; in fb_find_mode()
775 refresh = 60; in fb_find_mode()
787 int score = abs(db[i].refresh - refresh); in fb_find_mode()
795 db[i].refresh == refresh) in fb_find_mode()
873 mode->refresh = 0; in fb_var_to_videomode()
894 mode->refresh = hfreq/vtotal; in fb_var_to_videomode()
981 mode->refresh > best->refresh) in fb_find_best_mode()
1013 diff_refresh = abs(cmode->refresh - mode->refresh); in fb_find_nearest_mode()
[all …]
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/
H A Dbtrfsmaintenance_0.5.bb14 file://0002-add-WantedBy-directive-to-btrfsmaintenance-refresh.s.patch \
29 install -Dm0644 ${S}/btrfsmaintenance-refresh.path \
30 ${D}${systemd_system_unitdir}/btrfsmaintenance-refresh.path
56 btrfsmaintenance-refresh.service \
57 btrfsmaintenance-refresh.path \
/openbmc/linux/arch/arm/mach-pxa/
H A Dsleep.S55 @ prepare SDRAM refresh settings
59 @ enable SDRAM self-refresh mode
96 @ prepare SDRAM refresh settings
100 @ enable SDRAM self-refresh mode
108 @ as possible to eliminate messing about with the refresh clock
160 @ external accesses after SDRAM is put in self-refresh mode
161 @ (see Errata 38 ...hangs when entering self-refresh mode)
166 @ put SDRAM into self-refresh
/openbmc/u-boot/drivers/video/
H A Dvideomodes.c201 GET_OPTION ("refresh:", pPar->refresh) in video_get_params()
297 unsigned int i, xres, yres, depth, refresh; in video_get_ctfb_res_modes() local
303 if (!video_get_video_mode(&xres, &yres, &depth, &refresh, options)) in video_get_ctfb_res_modes()
309 res_mode_init[i].refresh == refresh) { in video_get_ctfb_res_modes()
317 xres, yres, depth, refresh, (*mode_ret)->xres, in video_get_ctfb_res_modes()
318 (*mode_ret)->yres, *depth_ret, (*mode_ret)->refresh); in video_get_ctfb_res_modes()
409 mode->refresh = EDID_DETAILED_TIMING_PIXEL_CLOCK(*t) / in video_edid_dtd_to_ctfb_res_modes()
H A Dfsl_diu_fb.c23 .refresh = 60,
40 .refresh = 60,
62 .refresh = 60,
78 .refresh = 60,
94 .refresh = 60,
110 .refresh = 60,
/openbmc/linux/drivers/video/fbdev/via/
H A Dviamode.c341 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()
H A Dviamode.h45 int refresh);
47 int refresh);
/openbmc/qemu/authz/
H A Dlistfile.c135 if (!fauthz->refresh) { in qauthz_list_file_complete()
197 fauthz->refresh = value; in qauthz_list_file_prop_set_refresh()
207 return fauthz->refresh; in qauthz_list_file_prop_get_refresh()
248 authz->refresh = true; in qauthz_list_file_init()
255 bool refresh, in qauthz_list_file_new() argument
263 "refresh", refresh ? "yes" : "no", in qauthz_list_file_new()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-cards.c77 .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,
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml69 Configure the SR_IDLE value. Defines the self-refresh idle period in
70 which memories are placed into self-refresh mode if bus is idle for
80 Memories are placed into self-refresh mode and memory controller clock
89 Defines the self-refresh power down idle period in which memories are
90 placed into self-refresh power down mode if bus is idle for
100 self-refresh mode. The controller, pi, PHY and DRAM clock will be gated
307 placed into self-refresh power down mode if bus is idle for
324 Defines the self-refresh idle disable frequency in Hz. When the DDR
325 frequency is greater than sr-idle-dis-freq, self-refresh idle is
330 Defines the self-refresh and memory-controller clock gating disable
[all …]
/openbmc/qemu/include/authz/
H A Dlistfile.h84 bool refresh; member
94 bool refresh,
/openbmc/qemu/tests/lcitool/
H A DMakefile.include2 LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh
15 lcitool-refresh:
/openbmc/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c514 .refresh = 60,
534 .refresh = 60,
554 .refresh = 60,
574 .refresh = 60,
594 .refresh = 60,
614 .refresh = 60,
634 .refresh = 60,
654 .refresh = 60,
674 .refresh = 60,
694 .refresh = 57,
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-hid-picolcd31 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
/openbmc/linux/arch/arm/mach-omap2/
H A Dsleep24xx.S59 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
/openbmc/u-boot/board/work-microwave/work_92105/
H A Dwork_92105_spl.c33 .refresh = 128000,
53 .refresh = 128000,
/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c192 int refresh; in kmb_crtc_mode_valid() local
206 refresh = drm_mode_vrefresh(mode); in kmb_crtc_mode_valid()
207 if (refresh < KMB_MIN_VREFRESH || refresh > KMB_MAX_VREFRESH) { in kmb_crtc_mode_valid()
209 refresh, KMB_MIN_VREFRESH, KMB_MAX_VREFRESH); in kmb_crtc_mode_valid()
/openbmc/linux/drivers/fpga/
H A Dmachxo2-spi.c141 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()
/openbmc/linux/Documentation/devicetree/bindings/auxdisplay/
H A Dholtek,ht16k33.yaml29 refresh-rate-hz:
67 - refresh-rate-hz
83 refresh-rate-hz = <20>;

12345678910>>...12