/openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
H A D | puma-rk3399.c | 200 * Swap mmc0 and mmc1 in boot_targets if booted from SD-Card. 239 * tries to boot from mmc0 (eMMC) and then from mmc1 in setup_boottargets() 246 char *mmc0, *mmc1; in setup_boottargets() local 249 mmc0 = strstr(env, "mmc0"); in setup_boottargets() 252 if (!mmc0 || !mmc1) { in setup_boottargets() 258 * If mmc0 comes first in the boot order, we need to change in setup_boottargets() 261 if (mmc0 < mmc1) { in setup_boottargets() 262 mmc0[3] = '1'; in setup_boottargets()
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | at91-sama5d3_ksz9477_evb.dts | 24 reg_vcc_mmc0: regulator-mmc0 { 28 regulator-name = "mmc0-vcc"; 64 &mmc0 { 193 pinctrl_mmc0_cd: mmc0-cd { 197 pinctrl_mcc0_vcc: mmc0-vcc {
|
H A D | at91-sam9_l9260.dts | 46 mmc0: mmc@fffa8000 { label 91 mmc0 { 92 pinctrl_board_mmc0: mmc0-board {
|
H A D | at91-cosino.dtsi | 110 &mmc0 { 126 mmc0 { 127 pinctrl_board_mmc0: mmc0-board {
|
H A D | at91sam9x5ek.dtsi | 54 &mmc0 { 102 mmc0 { 103 pinctrl_board_mmc0: mmc0-board {
|
H A D | at91sam9n12ek.dts | 76 mmc0: mmc@f0008000 { label 90 mmc0 { 91 pinctrl_board_mmc0: mmc0-board { 213 linux,default-trigger = "mmc0";
|
H A D | at91-sama5d3_eds.dts | 76 regulator-name = "mmc0-card-supply"; 174 &mmc0 { 206 pinctrl_mmc0_cd: mmc0-cd { 251 pinctrl_vcc_mmc0_reg_gpio: vcc-mmc0-reg-gpio-default {
|
/openbmc/linux/arch/mips/boot/dts/ingenic/ |
H A D | cu1000-neo.dts | 30 linux,default-trigger = "mmc0"; 205 function = "mmc0"; 206 groups = "mmc0-1bit", "mmc0-4bit", "mmc0-8bit";
|
H A D | cu1830-neo.dts | 30 linux,default-trigger = "mmc0"; 208 function = "mmc0"; 209 groups = "mmc0-1bit", "mmc0-4bit";
|
/openbmc/qemu/hw/arm/ |
H A D | allwinner-a10.c | 92 object_initialize_child(obj, "mmc0", &s->mmc0, TYPE_AW_SDHOST_SUN4I); in aw_a10_init() 184 object_property_set_link(OBJECT(&s->mmc0), "dma-memory", in aw_a10_realize() 186 sysbus_realize(SYS_BUS_DEVICE(&s->mmc0), &error_fatal); in aw_a10_realize() 187 sysbus_mmio_map(SYS_BUS_DEVICE(&s->mmc0), 0, AW_A10_MMC0_BASE); in aw_a10_realize() 188 sysbus_connect_irq(SYS_BUS_DEVICE(&s->mmc0), 0, qdev_get_gpio_in(dev, 32)); in aw_a10_realize() 189 object_property_add_alias(OBJECT(s), "sd-bus", OBJECT(&s->mmc0), in aw_a10_realize()
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | suniv-f1c100s-licheepi-nano.dts | 16 mmc0 = &mmc0; 33 &mmc0 {
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | am572x-idk-common.dtsi | 51 mmc0-led { 52 label = "status1:blue:mmc0"; 55 linux,default-trigger = "mmc0";
|
H A D | am571x-idk.dts | 59 mmc0-led { 60 label = "status1:blue:mmc0"; 63 linux,default-trigger = "mmc0";
|
H A D | at91sam9n12ek.dts | 67 mmc0: mmc@f0008000 { label 82 mmc0 { 83 pinctrl_board_mmc0: mmc0-board { 193 linux,default-trigger = "mmc0";
|
H A D | at91sam9x5ek.dtsi | 23 mmc0: mmc@f0008000 { label 98 mmc0 { 99 pinctrl_board_mmc0: mmc0-board {
|
H A D | at91sam9m10g45ek.dts | 88 mmc0: mmc@fff80000 { label 132 mmc0 { 133 pinctrl_board_mmc0: mmc0-board { 308 linux,default-trigger = "mmc0";
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | fsl,mxs-pinctrl.txt | 34 particular function, like SSP0 functioning as mmc0-8bit. That said, the 85 mmc0_8bit_pins_a: mmc0-8bit@0 { 117 In this example, group node mmc0-8bit defines a group of pins for mxs SSP0 121 node mmc0-8bit defines. Only the configuration properties to be adjusted need
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-ingenic.c | 402 INGENIC_PIN_GROUP("mmc0-1bit", jz4725b_mmc0_1bit, 1), 403 INGENIC_PIN_GROUP_FUNCS("mmc0-4bit", jz4725b_mmc0_4bit, 428 static const char *jz4725b_mmc0_groups[] = { "mmc0-1bit", "mmc0-4bit", }; 447 { "mmc0", jz4725b_mmc0_groups, ARRAY_SIZE(jz4725b_mmc0_groups), }, 528 INGENIC_PIN_GROUP("mmc0-1bit", jz4750_mmc0_1bit, 0), 529 INGENIC_PIN_GROUP("mmc0-4bit", jz4750_mmc0_4bit, 0), 530 INGENIC_PIN_GROUP("mmc0-8bit", jz4750_mmc0_8bit, 0), 559 "mmc0-1bit", "mmc0-4bit", "mmc0-8bit", 561 static const char *jz4750_mmc1_groups[] = { "mmc0-1bit", "mmc0-4bit", }; 583 { "mmc0", jz4750_mmc0_groups, ARRAY_SIZE(jz4750_mmc0_groups), }, [all …]
|
/openbmc/linux/arch/arm/boot/dts/actions/ |
H A D | owl-s500-roseapplepi.dts | 17 mmc0 = &mmc0; 205 mmc0_pins: mmc0-pins { 252 &mmc0 {
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a73a4-ape6evm.dts | 36 vcc_mmc0: regulator-mmc0 { 38 regulator-name = "MMC0 Vcc"; 230 mmc0_pins: mmc0 { 232 function = "mmc0";
|
/openbmc/u-boot/drivers/mmc/ |
H A D | sti_sdhci.c | 30 * This happens on some SoCs, i.e. StiH410, where the MMC0 inside the flashSS 78 * identify current mmc instance, mmc1 has a reset, not mmc0 in sti_sdhci_probe() 79 * MMC0 is wired to the SD slot, in sti_sdhci_probe()
|
/openbmc/u-boot/board/hisilicon/hikey/ |
H A D | hikey.c | 308 /* disable mmc0 bus clock */ in mmc0_reset_clk() 311 /* enable mmc0 bus clock */ in mmc0_reset_clk() 314 /* reset mmc0 clock domain */ in mmc0_reset_clk() 317 /* bypass mmc0 clock phase */ in mmc0_reset_clk() 330 /* unreset mmc0 clock domain */ in mmc0_reset_clk() 385 /* mmc0 pll is already configured by ATF */ in init_dwmmc()
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos54xx-odroidxu-leds.dtsi | 19 label = "green:mmc0"; 29 linux,default-trigger = "mmc0";
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am572x-idk-common.dtsi | 86 mmc0-led { 87 label = "status1:blue:mmc0"; 90 linux,default-trigger = "mmc0";
|
/openbmc/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3066a-bqcurie2.dts | 16 mmc0 = &mmc0; 164 &mmc0 { /* sdmmc */
|