/tf-a-ffa_el3_spmc/fdts/ |
A D | corstone700_fvp.dts | 23 bank-width = <4>; 24 device-width= <2>; 33 reg-io-width = <2>;
|
A D | corstone700_fpga.dts | 20 reg-io-width = <2>;
|
A D | stm32mp157c-lxa-mc1.dts | 52 bus-width = <4>; 79 bus-width = <8>;
|
A D | stm32mp157c-odyssey.dts | 31 bus-width = <4>;
|
A D | stm32mp157c-ev1.dts | 51 spi-rx-bus-width = <4>;
|
A D | stm32mp157c-ed1.dts | 309 bus-width = <4>; 325 bus-width = <8>;
|
A D | a5ds.dts | 152 reg-io-width = <4>;
|
A D | stm32mp15-ddr3-1x4Gb-1066-binG.dtsi | 9 * DDR width: 16bits
|
A D | stm32mp15-ddr3-2x4Gb-1066-binG.dtsi | 9 * DDR width: 32bits
|
A D | rtsm_ve-motherboard.dtsi | 18 bank-width = <4>;
|
/tf-a-ffa_el3_spmc/lib/libc/ |
A D | snprintf.c | 39 int width; in unsigned_num_print() local 54 width = i; in unsigned_num_print() 55 if (padn > width) { in unsigned_num_print() 58 (*chars_printed) += (size_t)width; in unsigned_num_print() 64 while (width < padn) { in unsigned_num_print() 75 while (width < -padn) { in unsigned_num_print()
|
/tf-a-ffa_el3_spmc/docs/resources/diagrams/plantuml/ |
A D | spm_dfd.puml | 19 node [fillcolor="#ffb866" style=filled shape=box fixedsize=true width=1.6 height=0.7] 35 gic [label="GIC" width=1.2 height=0.5] 36 smmu [label="SMMU" width=1.2 height=0.5] 37 uart [label="UART" width=1.2 height=0.5] 38 pe [label="PE" width=1.2 height=0.5] 57 bl2 [label="BL2" width=1.2 height=0.5]
|
A D | tfa_dfd.puml | 22 node [fillcolor="#ffb866" style=filled shape=box fixedsize=true width=1.6 height=0.7] 41 gic [label="GIC" width=1.2 height=0.5] 42 tzc [label="TZ\nController" width=1.2 height=0.5]
|
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/pm_service/ |
A D | pm_api_clock.c | 445 .width = 6, 457 .width = 6, 469 .width = 1, 506 .width = 1, 521 .width = 6, 589 .width = 6, 598 .width = 6, 611 .width = 1, 625 .width = 1, 639 .width = 1, [all …]
|
/tf-a-ffa_el3_spmc/drivers/mmc/ |
A D | mmc.c | 226 unsigned int width = bus_width; in mmc_set_ios() local 229 if (width == MMC_BUS_WIDTH_8) { in mmc_set_ios() 231 width = MMC_BUS_WIDTH_4; in mmc_set_ios() 233 ret = mmc_sd_switch(width); in mmc_set_ios() 239 (unsigned int)width); in mmc_set_ios() 247 return ops->set_ios(clk, width); in mmc_set_ios() 801 (width == MMC_BUS_WIDTH_4) || in mmc_init() 802 (width == MMC_BUS_WIDTH_8) || in mmc_init() 803 (width == MMC_BUS_WIDTH_DDR_4) || in mmc_init() 804 (width == MMC_BUS_WIDTH_DDR_8))); in mmc_init() [all …]
|
/tf-a-ffa_el3_spmc/drivers/imx/usdhc/ |
A D | imx_usdhc.c | 22 static int imx_usdhc_set_ios(unsigned int clk, unsigned int width); 252 static int imx_usdhc_set_ios(unsigned int clk, unsigned int width) in imx_usdhc_set_ios() argument 258 if (width == MMC_BUS_WIDTH_4) in imx_usdhc_set_ios() 261 else if (width == MMC_BUS_WIDTH_8) in imx_usdhc_set_ios()
|
/tf-a-ffa_el3_spmc/drivers/renesas/common/emmc/ |
A D | emmc_mount.c | 21 static EMMC_ERROR_CODE emmc_bus_width(uint32_t width); 313 static EMMC_ERROR_CODE emmc_bus_width(uint32_t width) in emmc_bus_width() argument 318 if ((width != 8) && (width != 4) && (width != 1)) { in emmc_bus_width() 330 mmc_drv_obj.bus_width = (HAL_MEMCARD_DATA_WIDTH) (width >> 2); in emmc_bus_width()
|
/tf-a-ffa_el3_spmc/drivers/rpi3/sdhost/ |
A D | rpi3_sdhost.c | 22 static int rpi3_sdhost_set_ios(unsigned int clk, unsigned int width); 425 static int rpi3_sdhost_set_ios(unsigned int clk, unsigned int width) in rpi3_sdhost_set_ios() argument 433 if (width != MMC_BUS_WIDTH_4 && width != MMC_BUS_WIDTH_1) { in rpi3_sdhost_set_ios() 434 ERROR("rpi3_sdhost: width %d not supported\n", width); in rpi3_sdhost_set_ios() 437 rpi3_sdhost_params.bus_width = width; in rpi3_sdhost_set_ios()
|
/tf-a-ffa_el3_spmc/include/drivers/ |
A D | mmc.h | 130 int (*set_ios)(unsigned int clk, unsigned int width); 241 unsigned int width, unsigned int flags,
|
/tf-a-ffa_el3_spmc/drivers/synopsys/emmc/ |
A D | dw_mmc.c | 125 static int dw_set_ios(unsigned int clk, unsigned int width); 322 static int dw_set_ios(unsigned int clk, unsigned int width) in dw_set_ios() argument 324 switch (width) { in dw_set_ios()
|
/tf-a-ffa_el3_spmc/drivers/st/mmc/ |
A D | stm32_sdmmc2.c | 125 static int stm32_sdmmc2_set_ios(unsigned int clk, unsigned int width); 416 static int stm32_sdmmc2_set_ios(unsigned int clk, unsigned int width) in stm32_sdmmc2_set_ios() argument 424 switch (width) { in stm32_sdmmc2_set_ios()
|
/tf-a-ffa_el3_spmc/drivers/brcm/emmc/ |
A D | emmc_csl_sdcard.c | 49 static int set_card_data_width(struct sd_handle *handle, int width); 120 int set_card_data_width(struct sd_handle *handle, int width) in set_card_data_width() argument 128 switch (width) { in set_card_data_width() 166 width); in set_card_data_width()
|
/tf-a-ffa_el3_spmc/include/drivers/brcm/emmc/ |
A D | emmc_chal_sd.h | 177 int32_t chal_sd_config_bus_width(CHAL_HANDLE *sdHandle, int32_t width);
|
/tf-a-ffa_el3_spmc/docs/components/ |
A D | romlib-design.rst | 27 :width: 600 58 :width: 600
|
A D | ffa-manifest-binding.rst | 140 The field specifies the general purpose register number but not its width. 141 The width is derived from the partition's execution state, as specified in
|