Searched refs:width (Results 1 – 19 of 19) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/ |
A D | snprintk.c | 251 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 D | fsl-lx2160a-rdb.dts | 49 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 D | at91-sama5d27_som1.dtsi | 46 spi-tx-bus-width = <4>; 47 spi-rx-bus-width = <4>;
|
A D | stm32mp157c-ev1.dts | 88 bus-width = <8>; 191 bus-width = <8>; 262 spi-rx-bus-width = <4>; 271 spi-rx-bus-width = <4>; 285 bus-width = <4>;
|
A D | at91-sama5d2_xplained.dts | 64 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 D | stm32mp15xx-dhcom-som.dtsi | 161 bank-width = <2>; 443 spi-rx-bus-width = <4>; 489 bus-width = <4>; 517 bus-width = <8>; 531 bus-width = <4>;
|
A D | at91-sama5d27_som1_ek.dts | 55 bus-width = <8>; 63 bus-width = <4>; 132 i2c-digital-filter-width-ns = <35>; 213 i2c-digital-filter-width-ns = <35>;
|
A D | stm32mp15xx-dhcor-avenger96.dtsi | 324 bus-width = <4>; 335 bus-width = <8>; 354 bus-width = <4>;
|
A D | stm32mp15xx-dhcom-pdk2.dtsi | 241 dai-tdm-slot-width = <16>; 259 dai-tdm-slot-width = <16>;
|
A D | stm32mp15xx-dkx.dtsi | 520 dai-tdm-slot-width = <32>; 538 dai-tdm-slot-width = <32>; 552 bus-width = <4>; 564 bus-width = <4>;
|
A D | stm32mp157c-ed1.dts | 358 bus-width = <4>; 377 bus-width = <8>;
|
A D | stm32mp15xx-dhcor-som.dtsi | 262 spi-rx-bus-width = <4>;
|
A D | fsl-lx2160a.dtsi | 712 bus-width = <4>; 725 bus-width = <4>;
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk-stm32-core.c | 44 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 D | clk-stm32-core.h | 14 uint8_t width; member 32 uint8_t width; member
|
A D | clk-stm32mp13.c | 448 .width = (_witdh),\ 531 .width = (_width),\
|
/optee_os-3.20.0/lib/libunw/ |
A D | unwind_arm64.c | 83 int width = 8; in print_stack_arm64() local 90 width, state->pc); in print_stack_arm64()
|
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.c | 1360 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 D | ChangeLog | 3993 * Moved from unsigned long to fixed width uint32_t types throughout code
|
Completed in 50 milliseconds