Home
last modified time | relevance | path

Searched full:emmc2 (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dbcm2838_peripherals.c36 object_initialize_child(obj, "emmc2", &s->emmc2, TYPE_SYSBUS_SDHCI); in bcm2838_peripherals_init()
83 object_property_set_uint(OBJECT(&s->emmc2), "sd-spec-version", 3, in bcm2838_peripherals_realize()
85 object_property_set_uint(OBJECT(&s->emmc2), "capareg", in bcm2838_peripherals_realize()
87 object_property_set_bool(OBJECT(&s->emmc2), "pending-insert-quirk", true, in bcm2838_peripherals_realize()
89 if (!sysbus_realize(SYS_BUS_DEVICE(&s->emmc2), errp)) { in bcm2838_peripherals_realize()
94 sysbus_mmio_get_region(SYS_BUS_DEVICE(&s->emmc2), in bcm2838_peripherals_realize()
97 /* According to DTS, EMMC and EMMC2 share one irq */ in bcm2838_peripherals_realize()
103 sysbus_connect_irq(SYS_BUS_DEVICE(&s->emmc2), 0, in bcm2838_peripherals_realize()
109 /* Connect EMMC and EMMC2 to the interrupt controller */ in bcm2838_peripherals_realize()
H A Dbcm2838.c195 /* According to DTS, EMMC and EMMC2 share one irq */ in bcm2838_realize()
198 /* Connect EMMC and EMMC2 to the interrupt controller */ in bcm2838_realize()
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2711-rpi-cm4.dtsi44 /* EMMC2 is used to drive the eMMC */
45 &emmc2 {
H A Dbcm2711-rpi-4-b.dts182 /* EMMC2 is used to drive the SD card */
183 &emmc2 {
H A Dbcm2711.dtsi413 * emmc2 has different DMA constraints based on SoC revisions. It was
426 emmc2: mmc@7e340000 { label
427 compatible = "brcm,bcm2711-emmc2";
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dbrcm,iproc-sdhci.yaml21 - brcm,bcm2711-emmc2
/openbmc/qemu/include/hw/arm/
H A Dbcm2838_peripherals.h66 SDHCIState emmc2; member
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman_internals.h723 .name = "emmc2",
726 FILL_CLOCK_MUX_INIT_INFO(EMMC2, unknown),
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-iproc.c323 { .compatible = "brcm,bcm2711-emmc2", .data = &bcm2711_data },
/openbmc/linux/drivers/clk/bcm/
H A Dclk-raspberrypi.c33 [RPI_FIRMWARE_EMMC2_CLK_ID] = "emmc2",
H A Dclk-bcm2835.c2085 /* EMMC2 clock (only available for BCM2711) */
2088 .name = "emmc2",
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml296 debug-nonao, dmic, dp, dsi, dsib, dsic, dsid, emmc, emmc2, gpio, hdmi,
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c736 { "emmc2", MAKE_CFGVAL(0x60, 0x48, 0x00, 0x00) }, /* GW5600 */
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c3652 TEGRA_IO_PAD(TEGRA_IO_PAD_EMMC2, 5, 0x1c0, 0x1c4, UINT_MAX, "emmc2"),
3693 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_EMMC2, "emmc2"),