Home
last modified time | relevance | path

Searched refs:E (Results 1 – 15 of 15) sorted by relevance

/rk3399_ARM-atf/fdts/
H A Dstm32mp25-pinctrl.dtsi23 pinmux = <STM32_PINMUX('E', 4, AF10)>, /* SDMMC1_D0 */
24 <STM32_PINMUX('E', 5, AF10)>, /* SDMMC1_D1 */
25 <STM32_PINMUX('E', 0, AF10)>, /* SDMMC1_D2 */
26 <STM32_PINMUX('E', 1, AF10)>, /* SDMMC1_D3 */
27 <STM32_PINMUX('E', 2, AF10)>; /* SDMMC1_CMD */
33 pinmux = <STM32_PINMUX('E', 3, AF10)>; /* SDMMC1_CK */
43 pinmux = <STM32_PINMUX('E', 4, AF10)>, /* SDMMC1_D0 */
44 <STM32_PINMUX('E', 5, AF10)>, /* SDMMC1_D1 */
45 <STM32_PINMUX('E', 0, AF10)>, /* SDMMC1_D2 */
46 <STM32_PINMUX('E', 1, AF10)>, /* SDMMC1_D3 */
[all …]
H A Dstm32mp15-pinctrl.dtsi20 <STM32_PINMUX('E', 7, AF12)>, /* FMC_D4 */
21 <STM32_PINMUX('E', 8, AF12)>, /* FMC_D5 */
22 <STM32_PINMUX('E', 9, AF12)>, /* FMC_D6 */
23 <STM32_PINMUX('E', 10, AF12)>, /* FMC_D7 */
133 pinmux = <STM32_PINMUX('E', 4, AF8)>; /* SDMMC1_CKIN */
142 <STM32_PINMUX('E', 14, AF11)>, /* SDMMC1_D123DIR */
149 pinmux = <STM32_PINMUX('E', 4, AF8)>; /* SDMMC1_CKIN */
167 pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
187 pinmux = <STM32_PINMUX('E', 3, AF9)>; /* SDMMC2_CK */
199 <STM32_PINMUX('E', 5, AF9)>, /* SDMMC2_D6 */
[all …]
H A Dstm32mp13-pinctrl.dtsi12 pinmux = <STM32_PINMUX('E', 15, AF6)>, /* I2C4_SCL */
61 pinmux = <STM32_PINMUX('E', 3, AF10)>; /* SDMMC2_CK */
101 pinmux = <STM32_PINMUX('E', 1, AF8)>; /* UART8_TX */
/rk3399_ARM-atf/plat/arm/board/common/rotpk/
H A Darm_rotprivk_rsa.pem3 xxaWvU0kTqyG5rdx48VUC+cUHL0pGsE/erYCqqs2xNk2aWziZcObsb89qFYmy/0E
/rk3399_ARM-atf/docs/plat/marvell/armada/
H A Duart-booting.rst38 > WtpDownload_linux -P UART -C <port#> -E -B TIM_ATF.bin -I wtmi_h.bin -I boot-image_h.bin
67 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t flash-image.bin
75 > mox-imager -D /dev/ttyUSB<port#> -E -b 6000000 -t TIM_ATF.bin wtmi_h.bin boot-image_h.bin
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/
H A Drdv3_spmc_sp_manifest.dts50 CPU(E)
/rk3399_ARM-atf/docs/process/
H A Dsecurity-hardening.rst65 - Set ``E`` to ``1``.
103 - The only other way is to disable the ``PMCR_EL0.E`` bit upon entering
/rk3399_ARM-atf/docs/plat/qti/
H A Dmsm8916.rst9 | (MSM8x16, APQ8016(E)) | | | |
23 based on information from the public `Snapdragon 410E Technical Reference Manual`_
208 .. _Snapdragon 410E Technical Reference Manual: https://developer.qualcomm.com/download/sd410/snapd…
/rk3399_ARM-atf/docs/perf/
H A Dperformance-monitoring-unit.rst141 - ``E``:
/rk3399_ARM-atf/make_helpers/
H A Dcflags.mk73 ifneq (${E},0)
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py214 E = [e.tuple for e in G.es] # list of edges
221 for edge in E:
/rk3399_ARM-atf/docs/design_documents/
H A Dcmake_framework.rst130 the settings group, we can use it for conditionally adding source files. E.g.
/rk3399_ARM-atf/
H A DMakefile163 E ?= 0 macro
/rk3399_ARM-atf/docs/getting_started/
H A Dbuild-options.rst245 - ``E``: Boolean option to make warnings into errors. Default is 1.
250 contributions are still expected to build with ``W=0`` and ``E=1`` (the
1220 This option is closely related to the ``E`` option, which enables
/rk3399_ARM-atf/docs/
H A Dchange-log.md22 E.g. a call from a v1.1 caller to a v1.2 destination will zero
5999 …- fixed bug in the initialization of GICv3 SGIs/(E)PPIs interrupt priorities ([5d68e89](https://re…
11477 - "Warnings as errors" (Werror) can be disabled using `E=0`