Searched refs:max_bus_width (Results 1 – 18 of 18) sorted by relevance
/u-boot-v2022.01-rc1/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-v2022.01-rc1/board/myir/mys_6ulx/ |
A D | spl.c | 139 .max_bus_width = 4, 144 .max_bus_width = 8,
|
/u-boot-v2022.01-rc1/board/phytec/pcl063/ |
A D | spl.c | 140 .max_bus_width = 4, 145 .max_bus_width = 8,
|
/u-boot-v2022.01-rc1/board/seeed/npi_imx6ull/ |
A D | spl.c | 138 .max_bus_width = 4, 143 .max_bus_width = 8,
|
/u-boot-v2022.01-rc1/board/variscite/dart_6ul/ |
A D | spl.c | 143 .max_bus_width = 4, 148 .max_bus_width = 8,
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/include/ |
A D | fsl_esdhc.h | 214 u8 max_bus_width; member
|
A D | fsl_esdhc_imx.h | 227 u8 max_bus_width; member
|
/u-boot-v2022.01-rc1/board/gateworks/gw_ventana/ |
A D | common.c | 1744 usdhc_cfg[0].max_bus_width = 4; in board_mmc_init() 1751 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init() 1759 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init() 1766 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init() 1774 usdhc_cfg[1].max_bus_width = 4; in board_mmc_init() 1783 usdhc_cfg[0].max_bus_width = 8; in board_mmc_init()
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/board/tqc/tqma6/ |
A D | tqma6.c | 90 .max_bus_width = 8,
|
A D | tqma6_wru4.c | 94 .max_bus_width = 4,
|
/u-boot-v2022.01-rc1/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-v2022.01-rc1/board/compulab/cm_fx6/ |
A D | spl.c | 356 .max_bus_width = 4,
|
/u-boot-v2022.01-rc1/board/liebherr/display5/ |
A D | spl.c | 289 .max_bus_width = 8,
|
/u-boot-v2022.01-rc1/drivers/mmc/ |
A D | fsl_esdhc.c | 941 if (cfg->max_bus_width == 8) { in fsl_esdhc_initialize() 944 } else if (cfg->max_bus_width == 4) { in fsl_esdhc_initialize() 946 } else if (cfg->max_bus_width == 1) { in fsl_esdhc_initialize()
|
A D | fsl_esdhc_imx.c | 1321 priv->bus_width = cfg->max_bus_width; in fsl_esdhc_cfg_to_priv()
|
/u-boot-v2022.01-rc1/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