| /optee_os/lib/libutils/ext/ |
| H 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/core/arch/arm/dts/ |
| H 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>;
|
| H 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>;
|
| H A D | at91-sama5d27_som1.dtsi | 46 spi-tx-bus-width = <4>; 47 spi-rx-bus-width = <4>;
|
| H A D | at91-sama7g54_ek.dts | 154 spi-tx-bus-width = <8>; 155 spi-rx-bus-width = <8>; 229 i2c-digital-filter-width-ns = <35>; 431 i2c-digital-filter-width-ns = <35>; 474 i2c-digital-filter-width-ns = <35>; 847 bus-width = <8>; 860 bus-width = <4>; 869 bus-width = <4>;
|
| H 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>;
|
| H 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>;
|
| H A D | stm32mp15xx-dhcom-som.dtsi | 177 bank-width = <2>; 460 spi-rx-bus-width = <4>; 506 bus-width = <4>; 534 bus-width = <8>; 548 bus-width = <4>;
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 325 bus-width = <4>; 336 bus-width = <8>; 355 bus-width = <4>;
|
| H A D | at91-sama5d27_wlsom1.dtsi | 215 spi-rx-bus-width = <4>; 216 spi-tx-bus-width = <4>;
|
| H A D | stm32mp15xx-dhcom-pdk2.dtsi | 241 dai-tdm-slot-width = <16>; 259 dai-tdm-slot-width = <16>;
|
| H A D | stm32mp15xx-dkx.dtsi | 529 dai-tdm-slot-width = <32>; 547 dai-tdm-slot-width = <32>; 561 bus-width = <4>; 573 bus-width = <4>;
|
| H A D | stm32mp157c-ed1.dts | 383 bus-width = <4>; 402 bus-width = <8>;
|
| H A D | at91-sama5d27_wlsom1_ek.dts | 184 bus-width = <4>;
|
| H A D | stm32mp15xx-dhcor-som.dtsi | 279 spi-rx-bus-width = <4>;
|
| H A D | sama7g5.dtsi | 651 bus-width = <8>; 679 bus-width = <14>; 701 bus-width = <14>;
|
| H A D | fsl-lx2160a.dtsi | 718 bus-width = <4>; 731 bus-width = <4>;
|
| /optee_os/core/drivers/clk/ |
| H 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() 210 uint8_t width) in _get_div() argument 219 return (val != 0U) ? val : BIT(width); in _get_div() 229 uint8_t width) in _get_val() argument 238 return (div != 0U) ? div : BIT(width); in _get_val() 271 const struct div_table_cfg *table, uint8_t width, in divider_get_val() argument 282 value = _get_val(table, div, flags, width); in divider_get_val() 284 return MIN(value, MASK_WIDTH_SHIFT(width, 0)); in divider_get_val() 294 val &= MASK_WIDTH_SHIFT(divider->width, 0); in stm32_div_get_value() [all …]
|
| H A D | clk-stm32-core.h | 14 uint8_t width; member 32 uint8_t width; member
|
| H A D | clk-stm32mp13.c | 448 .width = (_witdh),\ 531 .width = (_width),\
|
| H A D | clk-stm32mp21.c | 570 .width = (_width),\ 615 .width = (_width),\
|
| H A D | clk-stm32mp25.c | 605 .width = (_width),\ 655 .width = (_width),\
|
| /optee_os/lib/libunw/ |
| H A D | unwind_riscv.c | 70 int width = sizeof(unsigned long); in print_stack_riscv() local 77 width, state->pc); in print_stack_riscv()
|
| H A D | unwind_arm64.c | 85 int width = 8; in print_stack_arm64() local 93 width, va); in print_stack_arm64()
|
| /optee_os/ldelf/ |
| H A D | ta_elf.c | 1378 int width __maybe_unused = 8; in print_seg() 1411 idx, width, va, width, pa, sz, flags_str, desc); in print_seg()
|