Searched refs:max_bus_width (Results 1 – 23 of 23) sorted by relevance
/u-boot/board/google/imx8mq_phanbell/ |
A D | spl.c | 105 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init() 116 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
|
/u-boot/board/myir/mys_6ulx/ |
A D | spl.c | 139 .max_bus_width = 4, 144 .max_bus_width = 8,
|
/u-boot/board/phytec/pcl063/ |
A D | spl.c | 140 .max_bus_width = 4, 145 .max_bus_width = 8,
|
/u-boot/board/variscite/dart_6ul/ |
A D | spl.c | 143 .max_bus_width = 4, 148 .max_bus_width = 8,
|
/u-boot/board/bachmann/ot1200/ |
A D | ot1200.c | 240 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init() 241 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
|
/u-boot/board/freescale/mx6slevk/ |
A D | mx6slevk.c | 258 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init() 266 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
|
/u-boot/board/embest/mx6boards/ |
A D | mx6boards.c | 245 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init() 261 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init() 267 usdhc_cfg[2].max_bus_width = 4; in board_mmc_init()
|
/u-boot/include/ |
A D | mvebu_mmc.h | 264 u8 max_bus_width; member
|
A D | fsl_esdhc.h | 211 u8 max_bus_width; member
|
A D | fsl_esdhc_imx.h | 226 u8 max_bus_width; member
|
/u-boot/board/phytec/pfla02/ |
A D | pfla02.c | 161 .max_bus_width = 4}, 163 .max_bus_width = 4}, 574 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
|
/u-boot/board/gateworks/gw_ventana/ |
A D | common.c | 1681 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init() 1688 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init() 1696 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init() 1703 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init() 1711 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init() 1720 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
|
/u-boot/board/tqc/tqma6/ |
A D | tqma6.c | 90 .max_bus_width = 8,
|
A D | tqma6_wru4.c | 94 .max_bus_width = 4,
|
/u-boot/board/wandboard/ |
A D | spl.c | 495 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init() 501 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
|
/u-boot/board/compulab/cm_fx6/ |
A D | spl.c | 356 .max_bus_width = 4,
|
/u-boot/board/udoo/ |
A D | udoo.c | 224 usdhc_cfg.max_bus_width = 4; in board_mmc_init()
|
/u-boot/board/liebherr/mccmon6/ |
A D | spl.c | 547 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init() 552 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
|
/u-boot/board/liebherr/display5/ |
A D | spl.c | 289 .max_bus_width = 8,
|
/u-boot/board/ccv/xpress/ |
A D | xpress.c | 171 .max_bus_width = 8,
|
/u-boot/drivers/mmc/ |
A D | fsl_esdhc.c | 914 if (cfg->max_bus_width == 8) { in fsl_esdhc_initialize() 917 } else if (cfg->max_bus_width == 4) { in fsl_esdhc_initialize() 919 } else if (cfg->max_bus_width == 1) { in fsl_esdhc_initialize()
|
A D | fsl_esdhc_imx.c | 1318 priv->bus_width = cfg->max_bus_width; in fsl_esdhc_cfg_to_priv()
|
/u-boot/board/dhelectronics/dh_imx6/ |
A D | dh_imx6_spl.c | 501 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
|
Completed in 34 milliseconds