Searched full:depth (Results 1 – 25 of 240) sorted by relevance
12345678910
24 fifo-depth:27 RX/TX FIFO depth. Corresponds to the SSI_TX_FIFO_DEPTH29 Serial Interface. Depth ranges from 2-256.
11 write-fifo-depth:16 Must be same as Write FIFO: Buffer depth (bytes) in platform designer.
37 fifo-depth:40 Use this property to set the FIFO depth that will be reported44 we mean the actual (hardware) value of the FIFO depth. This is needed47 Generally, reporting a false FIFO depth should be avoided. Please note
37 fifo-depth:40 Use this property to set the FIFO depth that will be reported45 the FIFO depth. This is needed because some applications (e.g: SOF)48 FIFO depth should be avoided. Please note that the sanity check
40 int "ARM SiP service request message queue depth"43 Depth of msgq used inside sip_svc controller.
97 fifo-depth = <32>;115 fifo-depth = <32>;141 fifo-depth = <16>;156 fifo-depth = <16>;
187 fifo-depth = <32>;198 fifo-depth = <32>;209 fifo-depth = <32>;
90 * @param depth The maximum number of stack frames to print (should be > 0)94 * - 0 Backtrace successfully printed to completion or to depth limit97 int xtensa_backtrace_print(int depth, int *interrupted_stack);
29 support limited call-tree depth and must fit into the low core,61 int "Maximum IRQ nesting depth"
7 # Sample will allocate buffer equal to: (panelwidth / 8) * (panelwidth / 4) * pixel depth. For a
8 :depth: 2
9 :depth: 2
24 fetch-depth: 063 …west update -o=--depth=1 -n 2>&1 1> west.update.log || west update -o=--depth=1 -n 2>&1 1> west.up…
49 /* the SSP port fifo depth */52 /* the watermark for the SSP fifo depth setting */124 uint32_t depth; member
108 int xtensa_backtrace_print(int depth, int *interrupted_stack) in xtensa_backtrace_print() argument111 if (depth <= 0) { in xtensa_backtrace_print()151 while (depth-- > 0 && stk_frame.next_pc != 0 && !corrupted) { in xtensa_backtrace_print()