Home
last modified time | relevance | path

Searched refs:max_bus_width (Results 1 – 22 of 22) sorted by relevance

/external/u-boot/board/embest/mx6boards/
Dmx6boards.c240 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
256 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
262 usdhc_cfg[2].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/bachmann/ot1200/
Dot1200.c236 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
237 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/gateworks/gw_ventana/
Dcommon.c1347 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
1354 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
1362 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
1369 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
1377 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
1384 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
/external/u-boot/board/phytec/pfla02/
Dpfla02.c154 .max_bus_width = 4},
156 .max_bus_width = 4},
567 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/freescale/mx6slevk/
Dmx6slevk.c314 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
322 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/phytec/pcm058/
Dpcm058.c150 .max_bus_width = 4},
256 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
/external/u-boot/include/
Dmvebu_mmc.h268 u8 max_bus_width; member
Dfsl_esdhc.h225 u8 max_bus_width; member
/external/u-boot/board/wandboard/
Dwandboard.c184 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
190 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/liebherr/mccmon6/
Dmccmon6.c176 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
181 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/liebherr/display5/
Dspl.c208 .max_bus_width = 8,
/external/u-boot/board/tqc/tqma6/
Dtqma6.c85 .max_bus_width = 8,
Dtqma6_wru4.c92 .max_bus_width = 4,
Dtqma6_mba6.c179 .max_bus_width = 4,
/external/u-boot/board/toradex/apalis_imx6/
Dapalis_imx6.c399 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
400 usdhc_cfg[1].max_bus_width = 8; in board_mmc_init()
401 usdhc_cfg[2].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/compulab/cm_fx6/
Dspl.c352 .max_bus_width = 4,
/external/u-boot/board/udoo/
Dudoo.c219 usdhc_cfg.max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/ccv/xpress/
Dxpress.c166 .max_bus_width = 8,
/external/u-boot/board/toradex/colibri_imx6/
Dcolibri_imx6.c336 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
337 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/boundary/nitrogen6x/
Dnitrogen6x.c310 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
311 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init()
/external/u-boot/board/sks-kinkel/sksimx6/
Dsksimx6.c219 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init()
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c1211 priv->bus_width = cfg->max_bus_width; in fsl_esdhc_cfg_to_priv()