| /rk3399_ARM-atf/include/arch/aarch32/ |
| H A D | console_macros.S | 20 .macro finish_console_register _driver, putc=0, getc=0, flush=0 47 .ifne \flush
|
| /rk3399_ARM-atf/include/arch/aarch64/ |
| H A D | console_macros.S | 20 .macro finish_console_register _driver, putc=0, getc=0, flush=0 48 .ifne \flush
|
| /rk3399_ARM-atf/drivers/renesas/common/scif/ |
| H A D | scif_helpers.S | 40 finish_console_register rcar, putc=1, getc=0, flush=1
|
| /rk3399_ARM-atf/include/drivers/ |
| H A D | console_assertions.h | 26 CASSERT(CONSOLE_T_FLUSH == __builtin_offsetof(console_t, flush),
|
| H A D | console.h | 54 void (*const flush)(struct core_console *console); member
|
| /rk3399_ARM-atf/drivers/console/ |
| H A D | multi_console.c | 147 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 D | system_power.c | 53 console.flush(&console); in system_power_off()
|
| /rk3399_ARM-atf/drivers/renesas/common/console/ |
| H A D | rcar_console.S | 46 finish_console_register rcar, putc=1, getc=0, flush=1
|
| /rk3399_ARM-atf/drivers/console/aarch64/ |
| H A D | skeleton_console.S | 66 finish_console_register xxx putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
|
| /rk3399_ARM-atf/drivers/console/aarch32/ |
| H A D | skeleton_console.S | 66 finish_console_register xxx putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
|
| /rk3399_ARM-atf/plat/imx/common/aarch32/ |
| H A D | imx_uart_console.S | 31 finish_console_register imx_uart putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
|
| /rk3399_ARM-atf/plat/socionext/uniphier/ |
| H A D | uniphier_console_setup.c | 36 .flush = uniphier_console_flush,
|
| /rk3399_ARM-atf/drivers/coreboot/cbmem_console/aarch64/ |
| H A D | cbmem_console.S | 42 finish_console_register cbmc putc=1, flush=1
|
| /rk3399_ARM-atf/drivers/arm/dcc/ |
| H A D | dcc_console.c | 151 .flush = dcc_console_flush,
|
| /rk3399_ARM-atf/plat/qti/common/src/aarch64/ |
| H A D | qti_uart_console.S | 32 finish_console_register uart putc=1, flush=1
|
| /rk3399_ARM-atf/plat/imx/common/ |
| H A D | lpuart_console.S | 30 finish_console_register lpuart putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
|
| H A D | imx_uart_console.S | 36 finish_console_register imx_uart putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
|
| /rk3399_ARM-atf/docs/perf/ |
| H A D | psci-performance-juno.rst | 296 ``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 D | uartdm_console.S | 55 finish_console_register uartdm putc=1, flush=1
|
| /rk3399_ARM-atf/plat/qti/msm8916/aarch32/ |
| H A D | uartdm_console.S | 55 finish_console_register uartdm putc=1, flush=1
|
| /rk3399_ARM-atf/plat/nvidia/tegra/drivers/spe/ |
| H A D | shared_console.S | 74 finish_console_register spe putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | console-framework.rst | 143 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 D | cdns_console.S | 82 finish_console_register cdns putc=1, getc=ENABLE_CONSOLE_GETC, flush=1
|
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | inflate.c | 590 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 D | zlib.h | 254 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);
|