Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 40) sorted by relevance

12

/rk3399_ARM-atf/include/arch/aarch32/
H A Dconsole_macros.S20 .macro finish_console_register _driver, putc=0, getc=0, flush=0
47 .ifne \flush
/rk3399_ARM-atf/include/arch/aarch64/
H A Dconsole_macros.S20 .macro finish_console_register _driver, putc=0, getc=0, flush=0
48 .ifne \flush
/rk3399_ARM-atf/drivers/renesas/common/scif/
H A Dscif_helpers.S40 finish_console_register rcar, putc=1, getc=0, flush=1
/rk3399_ARM-atf/include/drivers/
H A Dconsole_assertions.h26 CASSERT(CONSOLE_T_FLUSH == __builtin_offsetof(console_t, flush),
H A Dconsole.h54 void (*const flush)(struct core_console *console); member
/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.c147 if (((console->flags & console_state) != 0U) && (console->flush != NULL)) { in console_flush()
148 console->flush(console); in console_flush()
/rk3399_ARM-atf/plat/marvell/armada/a8k/a80x0_puzzle/board/
H A Dsystem_power.c53 console.flush(&console); in system_power_off()
/rk3399_ARM-atf/drivers/renesas/common/console/
H A Drcar_console.S46 finish_console_register rcar, putc=1, getc=0, flush=1
/rk3399_ARM-atf/drivers/console/aarch64/
H A Dskeleton_console.S66 finish_console_register xxx putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
/rk3399_ARM-atf/drivers/console/aarch32/
H A Dskeleton_console.S66 finish_console_register xxx putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
/rk3399_ARM-atf/plat/imx/common/aarch32/
H A Dimx_uart_console.S31 finish_console_register imx_uart putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
/rk3399_ARM-atf/plat/socionext/uniphier/
H A Duniphier_console_setup.c36 .flush = uniphier_console_flush,
/rk3399_ARM-atf/drivers/coreboot/cbmem_console/aarch64/
H A Dcbmem_console.S42 finish_console_register cbmc putc=1, flush=1
/rk3399_ARM-atf/drivers/arm/dcc/
H A Ddcc_console.c151 .flush = dcc_console_flush,
/rk3399_ARM-atf/plat/qti/common/src/aarch64/
H A Dqti_uart_console.S32 finish_console_register uart putc=1, flush=1
/rk3399_ARM-atf/plat/imx/common/
H A Dlpuart_console.S30 finish_console_register lpuart putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
H A Dimx_uart_console.S36 finish_console_register imx_uart putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
/rk3399_ARM-atf/docs/perf/
H A Dpsci-performance-juno.rst296 ``CFLUSH_OVERHEAD`` the latency of the cache flush operation.
387 flush of both L1 and L2 caches.
395 level 0, which only requires L1 cache flush.
417 only necessary to flush the cache to power level 0 (L1). This is the best case
456 powers down to the cluster level, requiring a flush of both L1 and L2 caches.
460 an L1 cache flush.
/rk3399_ARM-atf/plat/qti/msm8916/aarch64/
H A Duartdm_console.S55 finish_console_register uartdm putc=1, flush=1
/rk3399_ARM-atf/plat/qti/msm8916/aarch32/
H A Duartdm_console.S55 finish_console_register uartdm putc=1, flush=1
/rk3399_ARM-atf/plat/nvidia/tegra/drivers/spe/
H A Dshared_console.S74 finish_console_register spe putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst143 Macro : finish_console_register xxx putc=1 getc=ENABLE_CONSOLE_GETC flush=1
152 flush : 0 for off, 1 to turn on flush function
156 driver's register function. It takes ``putc``, ``getc`` and ``flush`` macro
181 Assembly (only the putc and flush functions are needed in a crash
199 be enabled if there is a need for it). The API can also help flush the transmit FIFO
/rk3399_ARM-atf/drivers/cadence/uart/aarch64/
H A Dcdns_console.S82 finish_console_register cdns putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c590 int ZEXPORT inflate(z_streamp strm, int flush) { in inflate() argument
825 if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave; in inflate()
847 if (flush == Z_TREES) { in inflate()
876 if (flush == Z_TREES) goto inf_leave; in inflate()
1021 if (flush == Z_TREES) goto inf_leave; in inflate()
1245 (state->mode < CHECK || flush != Z_FINISH))) in inflate()
1261 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK) in inflate()
H A Dzlib.h254 ZEXTERN int ZEXPORT deflate(z_streamp strm, int flush);
405 ZEXTERN int ZEXPORT inflate(z_streamp strm, int flush);
1554 ZEXTERN int ZEXPORT gzflush(gzFile file, int flush);

12