Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dht16k33.txt8 - refresh-rate-hz: Display update interval in HZ.
23 refresh-rate-hz = <20>;
H A Dsm501fb.txt15 <xres>x<yres>[-<bpp>][@<refresh>]
/f-stack/freebsd/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt38 self-refresh idle period in which memories are
39 placed into self-refresh mode if bus is idle
44 - rockchip,sr_mc_gate_idle : Defines the memory self-refresh and controller
46 into self-refresh mode and memory controller
50 - rockchip,srpd_lite_idle : Defines the self-refresh power down idle
52 self-refresh power down mode if bus is idle
57 memories are placed into self-refresh mode.
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd.c293 uint32_t refresh; in am335x_mode_vrefresh() local
296 refresh = (mode->dot_clock * 1000 / mode->htotal); in am335x_mode_vrefresh()
297 refresh = (refresh + mode->vtotal / 2) / mode->vtotal; in am335x_mode_vrefresh()
300 refresh *= 2; in am335x_mode_vrefresh()
302 refresh /= 2; in am335x_mode_vrefresh()
304 return refresh; in am335x_mode_vrefresh()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Darena_reset.c196 arena_i_initialized(unsigned arena_ind, bool refresh) { in arena_i_initialized() argument
201 if (refresh) { in arena_i_initialized()
/f-stack/freebsd/mips/ingenic/
H A Djz4780_lcd.c331 int refresh; in jzlcd_get_bandwidth() local
333 refresh = FB_DIVIDE(FB_DIVIDE(DOT_CLOCK_TO_HZ(mode->dot_clock), in jzlcd_get_bandwidth()
336 return mode->hdisplay * mode->vdisplay * refresh; in jzlcd_get_bandwidth()
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/4xx/
H A Dcpm.txt39 refresh mode and any additional power
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c37 time_t refresh; member
555 || staple->loading || staple->refresh >= ngx_time()) in ngx_ssl_stapling_update()
751 staple->refresh = ngx_max(ngx_min(valid - 300, now + 3600), now + 300); in ngx_ssl_stapling_ocsp_handler()
759 staple->refresh = now + 300; in ngx_ssl_stapling_ocsp_handler()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.h266 ngx_table_elt_t *refresh; member
H A Dngx_http_upstream.c5138 r->headers_out.refresh = ho; in ngx_http_upstream_rewrite_refresh()
5147 r->headers_out.refresh = ho; in ngx_http_upstream_rewrite_refresh()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml92 Mode 0 is for LP0, CPU + Core voltage off and DRAM in self-refresh
93 Mode 1 is for LP1, CPU voltage off and DRAM in self-refresh
/f-stack/freebsd/contrib/device-tree/Bindings/memory-controllers/
H A Dnvidia,tegra30-emc.yaml91 Dynamic self-refresh enabled.
H A Dst,stm32-fmc2-ebi.yaml184 allow device refresh and restarts a new access.
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Datmel-sysregs.txt176 Note that they maintain their voltage during Backup/Self-refresh.
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_string.c1529 static uint32_t refresh[] = { in ngx_escape_uri() local
1570 { uri, args, uri_component, html, refresh, memcached, memcached }; in ngx_escape_uri()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_image_filter_module.c280 if (r->headers_out.refresh) { in ngx_http_image_header_filter()
281 r->headers_out.refresh->hash = 0; in ngx_http_image_header_filter()