Searched full:emmc2 (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | bcm2838_peripherals.c | 36 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 D | bcm2838.c | 195 /* 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 D | bcm2711-rpi-cm4.dtsi | 44 /* EMMC2 is used to drive the eMMC */ 45 &emmc2 {
|
H A D | bcm2711-rpi-4-b.dts | 182 /* EMMC2 is used to drive the SD card */ 183 &emmc2 {
|
H A D | bcm2711.dtsi | 413 * 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 D | brcm,iproc-sdhci.yaml | 21 - brcm,bcm2711-emmc2
|
/openbmc/qemu/include/hw/arm/ |
H A D | bcm2838_peripherals.h | 66 SDHCIState emmc2; member
|
/openbmc/qemu/include/hw/misc/ |
H A D | bcm2835_cprman_internals.h | 723 .name = "emmc2", 726 FILL_CLOCK_MUX_INIT_INFO(EMMC2, unknown),
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-iproc.c | 323 { .compatible = "brcm,bcm2711-emmc2", .data = &bcm2711_data },
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-raspberrypi.c | 33 [RPI_FIRMWARE_EMMC2_CLK_ID] = "emmc2",
|
H A D | clk-bcm2835.c | 2085 /* EMMC2 clock (only available for BCM2711) */ 2088 .name = "emmc2",
|
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 296 debug-nonao, dmic, dp, dsi, dsib, dsic, dsid, emmc, emmc2, gpio, hdmi,
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gw_ventana.c | 736 { "emmc2", MAKE_CFGVAL(0x60, 0x48, 0x00, 0x00) }, /* GW5600 */
|
/openbmc/linux/drivers/soc/tegra/ |
H A D | pmc.c | 3652 TEGRA_IO_PAD(TEGRA_IO_PAD_EMMC2, 5, 0x1c0, 0x1c4, UINT_MAX, "emmc2"), 3693 TEGRA_IO_PIN_DESC(TEGRA_IO_PAD_EMMC2, "emmc2"),
|