Lines Matching full:esdhc
330 * Because of an erratum in prototype boards it is impossible to use eSDHC
332 * by simply issung 'setenv hwconfig esdhc', and not able to interact with
350 hwconfig_subarg_cmp("esdhc", "mode", "4-bits"); in esdhc_disables_uart0()
365 if (hwconfig("esdhc") && esdhc_disables_uart0()) { in fdt_board_fixup_qe_uart()
366 printf("QE UART: won't enable with esdhc.\n"); in fdt_board_fixup_qe_uart()
406 if (!hwconfig("esdhc")) in board_mmc_init()
409 printf("Enabling eSDHC...\n" in board_mmc_init()
410 " For eSDHC to function, I2C2 "); in board_mmc_init()
429 /* Assign I2C2 signals to eSDHC. */ in board_mmc_init()
435 /* Mux I2C2 (and optionally UART0) signals to eSDHC. */ in board_mmc_init()
446 if (!hwconfig("esdhc")) in fdt_board_fixup_esdhc()
471 if (hwconfig_subarg_cmp("esdhc", "mode", "4-bits")) { in fdt_board_fixup_esdhc()
472 off = fdt_node_offset_by_compatible(blob, -1, "fsl,esdhc"); in fdt_board_fixup_esdhc()
474 printf("WARNING: could not find esdhc node\n"); in fdt_board_fixup_esdhc()