Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 6 of 6) sorted by relevance

/drivers/ipm/
A DKconfig.ivshmem7 int "Stack size in bytes of IVSHMEM IPM Event loop task"
10 Adjust the stack size, in bytes of the ivshmem event loop task.
13 int "Priority of IVSHMEM IPM Event loop task"
16 Adjust the priority of the ivshmem event loop task.
/drivers/mbox/
A DKconfig.ivshmem16 int "Stack size in bytes of IVSHMEM MBOX Event loop task"
19 Adjust the stack size, in bytes of the ivshmem event loop task.
22 int "Priority of IVSHMEM MBOX Event loop task"
25 Adjust the priority of the ivshmem event loop task.
/drivers/spi/
A Dspi_bitbang.c132 bool loop = false; in spi_bitbang_transceive() local
142 loop = true; in spi_bitbang_transceive()
195 if (!loop && do_read && !cpha) { in spi_bitbang_transceive()
204 if (!loop && do_read && cpha) { in spi_bitbang_transceive()
211 if (loop) { in spi_bitbang_transceive()
A Dspi_cdns.c234 int i, loop; in spi_cdns_send() local
236 loop = (config->fifo_width / 8) / dfs; in spi_cdns_send()
237 for (i = 0; i < loop; i++) { in spi_cdns_send()
289 int i, loop; in spi_cdns_recv() local
293 loop = (config->fifo_width / 8) / dfs; in spi_cdns_recv()
294 for (i = 0; i < loop; i++) { in spi_cdns_recv()
/drivers/display/
A Dmb_display.c46 loop:1, /* Loop to beginning */ member
217 if (!disp->loop) { in update_scroll()
235 if (!disp->loop) { in update_image()
311 disp->loop = !!(mode & MB_DISPLAY_FLAG_LOOP); in mb_display_image()
348 disp->loop = !!(mode & MB_DISPLAY_FLAG_LOOP); in mb_display_print()
/drivers/can/
A DKconfig.mcux25 int "Maximum number of wait loop iterations"
28 Maximum number of wait loop iterations for the MCUX FlexCAN HAL when entering/leaving

Completed in 25 milliseconds