Home
last modified time | relevance | path

Searched refs:width (Results 1 – 19 of 19) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/
A Dsnprintk.c251 int width; /* width from format (%8d), or 0 */ in kprintf() local
292 width = 0; in kprintf()
317 if ((width = va_arg(ap, int)) >= 0) in kprintf()
319 width = -width; in kprintf()
355 width = n; in kprintf()
578 ret += width > realsz ? width : realsz; in kprintf()
582 n = width - realsz; in kprintf()
597 n = width - realsz; in kprintf()
612 n = width - realsz; in kprintf()
/optee_os-3.20.0/core/arch/arm/dts/
A Dfsl-lx2160a-rdb.dts49 bus-width = <8>;
63 spi-rx-bus-width = <8>;
64 spi-tx-bus-width = <8>;
74 spi-rx-bus-width = <8>;
75 spi-tx-bus-width = <8>;
A Dat91-sama5d27_som1.dtsi46 spi-tx-bus-width = <4>;
47 spi-rx-bus-width = <4>;
A Dstm32mp157c-ev1.dts88 bus-width = <8>;
191 bus-width = <8>;
262 spi-rx-bus-width = <4>;
271 spi-rx-bus-width = <4>;
285 bus-width = <4>;
A Dat91-sama5d2_xplained.dts64 bus-width = <8>;
73 bus-width = <4>;
93 spi-tx-bus-width = <4>;
94 spi-rx-bus-width = <4>;
343 i2c-digital-filter-width-ns = <35>;
390 i2c-digital-filter-width-ns = <35>;
401 i2c-digital-filter-width-ns = <35>;
A Dstm32mp15xx-dhcom-som.dtsi161 bank-width = <2>;
443 spi-rx-bus-width = <4>;
489 bus-width = <4>;
517 bus-width = <8>;
531 bus-width = <4>;
A Dat91-sama5d27_som1_ek.dts55 bus-width = <8>;
63 bus-width = <4>;
132 i2c-digital-filter-width-ns = <35>;
213 i2c-digital-filter-width-ns = <35>;
A Dstm32mp15xx-dhcor-avenger96.dtsi324 bus-width = <4>;
335 bus-width = <8>;
354 bus-width = <4>;
A Dstm32mp15xx-dhcom-pdk2.dtsi241 dai-tdm-slot-width = <16>;
259 dai-tdm-slot-width = <16>;
A Dstm32mp15xx-dkx.dtsi520 dai-tdm-slot-width = <32>;
538 dai-tdm-slot-width = <32>;
552 bus-width = <4>;
564 bus-width = <4>;
A Dstm32mp157c-ed1.dts358 bus-width = <4>;
377 bus-width = <8>;
A Dstm32mp15xx-dhcor-som.dtsi262 spi-rx-bus-width = <4>;
A Dfsl-lx2160a.dtsi712 bus-width = <4>;
725 bus-width = <4>;
/optee_os-3.20.0/core/drivers/clk/
A Dclk-stm32-core.c44 uint32_t mask = MASK_WIDTH_SHIFT(mux->width, mux->shift); in stm32_mux_get_parent()
53 uint32_t mask = MASK_WIDTH_SHIFT(mux->width, mux->shift); in stm32_mux_set_parent()
175 uint8_t width) in _get_div() argument
184 return (val != 0U) ? val : BIT(width); in _get_div()
194 uint8_t width) in _get_val() argument
203 return (div != 0U) ? div : BIT(width); in _get_val()
236 const struct div_table_cfg *table, uint8_t width, in divider_get_val() argument
247 value = _get_val(table, div, flags, width); in divider_get_val()
249 return MIN(value, MASK_WIDTH_SHIFT(width, 0)); in divider_get_val()
259 val &= MASK_WIDTH_SHIFT(divider->width, 0); in stm32_div_get_value()
[all …]
A Dclk-stm32-core.h14 uint8_t width; member
32 uint8_t width; member
A Dclk-stm32mp13.c448 .width = (_witdh),\
531 .width = (_width),\
/optee_os-3.20.0/lib/libunw/
A Dunwind_arm64.c83 int width = 8; in print_stack_arm64() local
90 width, state->pc); in print_stack_arm64()
/optee_os-3.20.0/ldelf/
A Dta_elf.c1360 int width __maybe_unused = 8; in print_seg()
1393 idx, width, va, width, pa, sz, flags_str, desc); in print_seg()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog3993 * Moved from unsigned long to fixed width uint32_t types throughout code

Completed in 50 milliseconds