/src/distrib/utils/embedded/conf/ |
armv7.conf | 116 setenv bootcmd "fatload mmc 0:1 0x21000000 ${odroidc1_kernelimg}; fatload mmc 0:1 0x20000000 dtb/meson8b-odroidc1.dtb; bootm 0x21000000 - 0x20000000"
|
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/ |
jz4740.dtsi | 215 mmc: mmc@10021000 { label 216 compatible = "ingenic,jz4740-mmc"; 220 clock-names = "mmc"; 229 cap-mmc-highspeed;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
arm-realview-eb.dtsi | 47 /* The voltage to the MMC card is hardwired at 3.3V */ 317 mmc: mmcsd@10005000 { label 325 cap-mmc-highspeed;
|
arm-realview-pbx.dtsi | 48 /* The voltage to the MMC card is hardwired at 3.3V */ 515 mmc: mmcsd@10005000 { label 523 cap-mmc-highspeed;
|
hisi-x5hd2.dtsi | 420 mmc: mmc@1830000 { label 429 sd: mmc@1820000 {
|
socfpga.dtsi | 752 mmc: dwmmc0@ff704000 { label
|
socfpga_arria10.dtsi | 661 mmc: dwmmc0@ff808000 { label
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/altera/ |
socfpga_stratix10.dtsi | 289 mmc: dwmmc0@ff808000 { label
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/intel/ |
socfpga_agilex.dtsi | 303 mmc: dwmmc0@ff808000 { label 624 altr,ecc-parent = <&mmc>;
|
/src/sys/external/gpl2/dts/dist/arch/riscv/boot/dts/microchip/ |
mpfs.dtsi | 355 mmc: mmc@20008000 { label
|
/src/sys/arch/evbppc/virtex/dev/ |
if_temac.c | 848 uint32_t rcf, tcf, mmc; local in function:temac_mii_statchg 863 mmc = gmi_read_4(TEMAC_GMI_MMC) & ~GMI_MMC_SPEED_MASK; 872 mmc |= GMI_MMC_SPEED_10; 875 mmc |= GMI_MMC_SPEED_100; 878 mmc |= GMI_MMC_SPEED_1000; 882 gmi_write_4(TEMAC_GMI_MMC, mmc);
|
/src/sys/dev/pci/ |
pci.c | 612 uint32_t mmc; local in function:pci_msi_count 619 mmc = PCI_MSI_CTL_MMC(reg); 620 count = 1 << mmc; 622 aprint_error("detect an illegal device! The device use reserved MMC values.\n");
|
pci_subr.c | 1313 uint32_t ctl, mmc, mme; local in function:pci_conf_print_msi_cap 1317 mmc = PCIREG_SHIFTOUT(ctl, PCI_MSI_CTL_MMC_MASK); 1325 mmc > 0 ? "yes" : "no", 1 << mmc, mmc > 0 ? "s" : "");
|