Home
last modified time | relevance | path

Searched full:refresh (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/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.c31 /* Select maximum EMC Dynamic Memory Refresh Time */ in ddr_init()
32 writel(0x7FF, &emc->refresh); in ddr_init()
51 /* Dynamic refresh */ in ddr_init()
52 writel((((ck / dram->refresh) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
59 /* Fast dynamic refresh for at least a few SDRAM ck cycles */ in ddr_init()
60 writel((((128) >> 4) & 0x7FF), &emc->refresh); in ddr_init()
62 /* set correct dynamic refresh timing */ 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"
48 eventBus.$on('refresh-application', this.handleRefreshApplication);
52 this.refresh();
57 eventBus.$off('refresh-application', this.handleRefreshApplication);
61 this.refresh();
63 refresh() {
72 // a component re-rendering and 'refresh' the view
/openbmc/u-boot/board/freescale/m5249evb/
H A Dm5249evb.c45 * SO=1, NAM=0, COC=0, RTIM=01 (6clk refresh), RC=39 in dram_init()
51 * SO=1, NAM=0, COC=0, RTIM=01 (6clk refresh), RC=02 in dram_init()
57 * SO=1, NAM=0, COC=0, RTIM=01 (6clk refresh), RC=22 (562 bus clock cycles) in dram_init()
67 /* RE=0 (keep auto-refresh disabled while setting up registers) */ in dram_init()
78 /** Refresh Sequence **/ in dram_init()
79 mbar_writeLong(MCFSIM_DACR0, 0x0000b324); /* Enable the refresh bit, DACR0[RE] (bit 15) */ in dram_init()
80 udelay(0x7d0); /* Allow gobs of refresh cycles */ in dram_init()
/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 \
28 install -Dm0644 ${S}/btrfsmaintenance-refresh.path \
29 ${D}${systemd_system_unitdir}/btrfsmaintenance-refresh.path
55 btrfsmaintenance-refresh.service \
56 btrfsmaintenance-refresh.path \
/openbmc/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Demc.h18 u32 refresh; /* Configures dyn memory refresh operation */ member
23 u32 t_srex; /* Self-refresh exit time */
27 u32 t_rfc; /* Auto-refresh period */
28 u32 t_xsr; /* Exit self-refresh to active command time */
94 u32 refresh; member
/openbmc/qemu/tests/lcitool/
H A DMakefile.include2 LCITOOL_REFRESH = $(SRC_PATH)/tests/lcitool/refresh
10 @echo ' lcitool-refresh: Re-generate all build environment manifests.'
15 lcitool-refresh:
/openbmc/qemu/include/authz/
H A Dlistfile.h52 * "refresh": true
57 * If 'refresh' is 'yes', inotify is used to monitor for changes
76 * filename=/etc/qemu/myvm-vnc.acl,refresh=on
84 bool refresh; member
94 bool refresh,
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt23 …ck frequency high than sr-enable-freq,this driver should enable the automatic self refresh function
25refresh-cnt: Self Refresh idle period. Memories are placed into Self-Refresh mode if the NIF is id…
139 rockchip,auto-self-refresh-cnt = <0>;
/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()
233 object_class_property_add_bool(oc, "refresh", in qauthz_list_file_class_init()
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/openbmc/meta-openembedded/meta-networking/recipes-support/tnftp/tnftp/
H A D0001-Add-casts-to-appease-conversions-between-wchar_t-and.patch6 Upstream-Status: Backport [http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit/refresh.c.diff?r1=1.…
10 libedit/refresh.c | 16 +++++++++-------
13 diff --git a/libedit/refresh.c b/libedit/refresh.c
15 --- a/libedit/refresh.c
16 +++ b/libedit/refresh.c
/openbmc/openbmc-build-scripts/
H A DREADME.md15 If you see such behaviour consider [changing the thing][force-container-refresh]
16 to force a container refresh.
20 [force-container-refresh]:
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91sam9_sdramc.h55 #define AT91_SDRAMC_TR (ATMEL_BASE_SDRAMC + 0x04) /* SDRAM Controller Refresh Timer Register */
56 #define AT91_SDRAMC_COUNT (0xfff << 0) /* Refresh Timer Counter */
88 #define AT91_SDRAMC_TXSR (0xf << 28) /* Exit Self Refresh to Active Delay */
97 #define AT91_SDRAMC_PASR (7 << 4) /* Partial Array Self Refresh */
98 #define AT91_SDRAMC_TCSR (3 << 8) /* Temperature Compensated Self Refresh */
109 #define AT91_SDRAMC_RES (1 << 0) /* Refresh Error Status */
/openbmc/phosphor-webui/app/common/directives/
H A Dapp-header.html65 class="header__action header__action--refresh"
66 ng-click="refresh()"
67 aria-label="refresh page data"
69 <span>Refresh</span>
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.h103 unsigned char byte_8; /* sdram thermal & refresh options; reserved; 0x00 */
186 unsigned char byte_29; /* min active to active/refresh delay time (t rc min), l-s-byte, mtb */
187 unsigned char byte_30; /* min refresh recovery delay time (t rfc1 min), l-s-byte, mtb */
188 unsigned char byte_31; /* min refresh recovery delay time (t rfc1 min), m-s-byte, mtb */
189 unsigned char byte_32; /* min refresh recovery delay time (t rfc2 min), l-s-byte, mtb */
190 unsigned char byte_33; /* min refresh recovery delay time (t rfc2 min), m-s-byte, mtb */
191 unsigned char byte_34; /* min refresh recovery delay time (t rfc4 min), l-s-byte, mtb */
192 unsigned char byte_35; /* min refresh recovery delay time (t rfc4 min), m-s-byte, mtb */
232 /* fine offset for min active to active/refresh delay time (t rc min), ftb */
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h69 * Framebuffer refresh period advice
71 * refresh. Frontends that keep the framebuffer constantly up-to-date
73 * refresh the framebuffer (and send an update notification event if
83 uint32_t period; /* period of refresh, in ms,
84 * XENFB_NO_REFRESH if no refresh is needed */
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dmx35_sdram.c40 u32 row, u32 col, u32 dsize, u32 refresh) in mx3_setup_sdram_bank() argument
99 /* Set mode auto refresh : at least two refresh are required */ in mx3_setup_sdram_bank()
114 writel(set_mode(ctlval, 1, SMODE_NORMAL) | refresh, in mx3_setup_sdram_bank()
/openbmc/webui-vue/tests/unit/
H A DAppHeader.spec.js57 it('refresh button click should emit refresh event', async () => {
58 wrapper.get('#app-header-refresh').trigger('click');
60 expect(wrapper.emitted('refresh')).toBeTruthy();
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot158 Refresh GUI
159 [Documentation] Refresh GUI via refresh button in header.
162 # Waiting for page to load fully after refresh.
166 Refresh GUI And Verify Element Value
167 [Documentation] Refresh GUI using refresh button and verify that given element contains expected value.
174 # Refresh GUI.
175 Refresh GUI
281 ... Refresh GU
[all...]
/openbmc/u-boot/include/
H A Dddr_spd.h26 unsigned char refresh; /* 12 Refresh Rate/Type */ member
52 unsigned char trc; /* 41 Min Active to Auto refresh time tRC */
89 unsigned char refresh; /* 12 Refresh Rate/Type */ member
120 unsigned char trc; /* 41 Min Active to Auto refresh time tRC */
149 due to Burst Refresh (DT5B) */
206 unsigned char trc_min_lsb; /* 23 Min Active to Active/Refresh
208 unsigned char trfc_min_lsb; /* 24 Min Refresh Recovery Delay Time */
209 unsigned char trfc_min_msb; /* 25 Min Refresh Recovery Delay Time */
218 unsigned char therm_ref_opt; /* 31 SDRAM Thermal and Refresh Opts */
301 uint8_t thermal_ref; /* 8 Thermal and refresh */
[all …]
/openbmc/u-boot/arch/arm/mach-at91/
H A Dsdram.c47 /* Eight auto-refresh cycles are provided */ in sdramc_initialize()
69 * Write the refresh rate into the count field in the SDRAMC in sdramc_initialize()
70 * Refresh Timer Rgister. in sdramc_initialize()
/openbmc/u-boot/board/wandboard/
H A Dspl.c237 .refsel = 1, /* Refresh cycles at 32KHz */
238 .refr = 3, /* 4 refresh commands per refresh cycle */
280 .refsel = 1, /* Refresh cycles at 32KHz */
281 .refr = 3, /* 4 refresh commands per refresh cycle */
299 .refsel = 1, /* Refresh cycles at 32KHz */
300 .refr = 3, /* 4 refresh commands per refresh cycle */
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_dfs.c72 /* Poll - Wait for Refresh operation completion */ in wait_refresh_op_complete()
186 /* Configure - Disable outputs floating during Self Refresh */ in ddr3_dfs_high_2_low()
205 /* Configure - Move DRAM into Self Refresh */ in ddr3_dfs_high_2_low()
210 /* Poll - Wait for Self Refresh indication */ in ddr3_dfs_high_2_low()
425 /* Configure - Exit Self Refresh */ in ddr3_dfs_high_2_low()
432 * on all ranks are NOT in self refresh mode in ddr3_dfs_high_2_low()
438 /* Configure - Issue Refresh command */ in ddr3_dfs_high_2_low()
439 /* [3-0] = 0x2 - Refresh Command, [11-8] - enabled Cs */ in ddr3_dfs_high_2_low()
449 /* Poll - Wait for Refresh operation completion */ in ddr3_dfs_high_2_low()
512 /* [21] = 1 - auto refresh disable */ in ddr3_dfs_high_2_low()
[all …]
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_certificates_sub_menu.robot125 # Refresh GUI and verify CA certificate availability in GUI.
126 Refresh GUI
155 # Refresh GUI and verify certificate is available in GUI.
156 Refresh GUI
244 # Refresh GUI and verify CA certificate availability in GUI.
245 Refresh GUI

12345678910>>...18