/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | mmc-card.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/mmc/mmc-card.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Ulf Hansson <ulf.hansson@linaro.org> 13 This documents describes the devicetree bindings for a mmc-host controller 14 child node describing a mmc-card / an eMMC. 18 const: mmc-card 23 broken-hpi: 26 Use this to indicate that the mmc-card has a broken hpi [all …]
|
/openbmc/linux/include/linux/mmc/ |
H A D | card.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 79 bool hpi_en; /* HPI enablebit */ 80 bool hpi; /* HPI support bit */ member 81 unsigned int hpi_cmd; /* cmd used as HPI */ 123 u8 raw_sectors[4]; /* 212 - 4 bytes */ 187 #define SD_SET_CURRENT_NO_CHANGE (-1) 281 #define MMC_QUIRK_BLKSZ_FOR_BYTE_MODE (1<<1) /* use func->cur_blksize */ 283 #define MMC_QUIRK_NONSTD_SDIO (1<<2) /* non-standard SDIO card attached */ 287 #define MMC_QUIRK_INAND_CMD38 (1<<6) /* iNAND devices have broken CMD38 */ 295 #define MMC_QUIRK_BROKEN_HPI (1<<13) /* Disable broken HPI support */ [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | quirks.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * This file contains work-arounds for many known SD/MMC 25 0, -1ull, SDIO_ANY_ID, SDIO_ANY_ID, add_quirk_sd, 33 0, -1ull, SDIO_ANY_ID, SDIO_ANY_ID, add_quirk_sd, 61 * instead of CMD12-bounded multiblock transfers. For now we'll 63 * - Certain Toshiba cards. 67 MMC_FIXUP("SDMB-32", CID_MANFID_SANDISK, CID_OEMID_ANY, add_quirk_mmc, 126 * Micron MTFC4GACAJCN-1M supports TRIM but does not appear to support 134 * Kingston EMMC04G-M627 advertises TRIM but it does not seems to 151 * Certain Hynix eMMC 4.41 cards might get broken when HPI feature [all …]
|
H A D | mmc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2003-2004 Russell King, All Rights Reserved. 6 * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. 57 const u32 __mask = (__size < 32 ? 1 << __size : 0) - 1; \ 58 const int __off = 3 - ((start) / 32); \ 64 __res |= resp[__off-1] << ((32 - __shft) % 32); \ 73 u32 *resp = card->raw_cid; in mmc_decode_cid() 79 add_device_randomness(&card->raw_cid, sizeof(card->raw_cid)); in mmc_decode_cid() 85 switch (card->csd.mmca_vsn) { in mmc_decode_cid() 86 case 0: /* MMC v1.0 - v1.2 */ in mmc_decode_cid() [all …]
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun7i-a20-olinuxino-lime-emmc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include "sun7i-a20-olinuxino-lime.dts" 10 model = "Olimex A20-OLinuXino-LIME-eMMC"; 11 compatible = "olimex,a20-olinuxino-lime-emmc", "allwinner,sun7i-a20"; 14 compatible = "mmc-pwrseq-emmc"; 15 reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; 20 vmmc-supply = <®_vcc3v3>; 21 vqmmc-supply = <®_vcc3v3>; 22 bus-width = <4>; 23 non-removable; [all …]
|
H A D | sun7i-a20-olimex-som204-evb-emmc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Source for A20-SOM204-EVB-eMMC Board 9 /dts-v1/; 10 #include "sun7i-a20-olimex-som204-evb.dts" 13 model = "Olimex A20-SOM204-EVB-eMMC"; 14 compatible = "olimex,a20-olimex-som204-evb-emmc", "allwinner,sun7i-a20"; 17 compatible = "mmc-pwrseq-emmc"; 18 reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; 23 vmmc-supply = <®_vcc3v3>; 24 mmc-pwrseq = <&mmc2_pwrseq>; [all …]
|
H A D | sun7i-a20-olimex-som-evb-emmc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Source for A20-Olimex-SOM-EVB-eMMC Board 9 /dts-v1/; 10 #include "sun7i-a20-olimex-som-evb.dts" 14 model = "Olimex A20-Olimex-SOM-EVB-eMMC"; 15 compatible = "olimex,a20-olimex-som-evb-emmc", "allwinner,sun7i-a20"; 18 compatible = "mmc-pwrseq-emmc"; 19 reset-gpios = <&pio 2 18 GPIO_ACTIVE_LOW>; 24 vmmc-supply = <®_vcc3v3>; 25 mmc-pwrseq = <&mmc2_pwrseq>; [all …]
|
H A D | sun7i-a20-olinuxino-micro-emmc.dts | 5 * This file is dual-licensed: you can use it either under the terms 44 #include "sun7i-a20-olinuxino-micro.dts" 47 model = "Olimex A20-OLinuXino-MICRO-eMMC"; 48 compatible = "olimex,a20-olinuxino-micro-emmc", "allwinner,sun7i-a20"; 51 compatible = "mmc-pwrseq-emmc"; 52 reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; 57 vmmc-supply = <®_vcc3v3>; 58 bus-width = <4>; 59 non-removable; 60 mmc-pwrseq = <&mmc2_pwrseq>; [all …]
|
H A D | sun7i-a20-olinuxino-lime2-emmc.dts | 2 * Copyright 2015 - Ultimaker B.V. 5 * This file is dual-licensed: you can use it either under the terms 44 #include "sun7i-a20-olinuxino-lime2.dts" 47 model = "Olimex A20-OLinuXino-LIME2-eMMC"; 48 compatible = "olimex,a20-olinuxino-lime2-emmc", "allwinner,sun7i-a20"; 51 compatible = "mmc-pwrseq-emmc"; 52 reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; 57 vmmc-supply = <®_vcc3v3>; 58 vqmmc-supply = <®_vcc3v3>; 59 bus-width = <4>; [all …]
|
H A D | sun5i-a13-utoo-p66.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun5i-a13.dtsi" 45 #include "sun5i-reference-design-tablet.dtsi" 46 #include <dt-bindings/interrupt-controller/irq.h> 50 compatible = "utoo,p66", "allwinner,sun5i-a13"; 54 /delete-property/serial0; 58 /delete-property/stdout-path; 63 compatible = "i2c-gpio"; 64 sda-gpios = <&pio 6 12 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PG12 */ [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun7i-a20-olimex-som204-evb-emmc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 * Device Tree Source for A20-SOM204-EVB-eMMC Board 9 /dts-v1/; 10 #include "sun7i-a20-olimex-som204-evb.dts" 13 model = "Olimex A20-SOM204-EVB-eMMC"; 14 compatible = "olimex,a20-olimex-som204-evb-emmc", "allwinner,sun7i-a20"; 17 compatible = "mmc-pwrseq-emmc"; 18 reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; 23 pinctrl-names = "default"; 24 pinctrl-0 = <&mmc2_pins_a>; [all …]
|
H A D | zynq-minized.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * (C) Copyright 2017 - 2018, Xilinx, Inc. 7 * Ibai Erkiaga <ibai.erkiaga-elorza@xilinx.com> 10 /dts-v1/; 11 #include "zynq-7000.dtsi" 15 compatible = "avnet,minized", "xlnx,zynq-7000"; 31 stdout-path = "serial0:115200n8"; 35 compatible = "usb-nop-xceiv"; 36 #phy-cells = <0>; 42 is-dual = <0>; [all …]
|
H A D | sun7i-a20-olinuxino-lime2-emmc.dts | 2 * Copyright 2015 - Ultimaker B.V. 5 * This file is dual-licensed: you can use it either under the terms 44 #include "sun7i-a20-olinuxino-lime2.dts" 47 model = "Olimex A20-OLinuXino-LIME2-eMMC"; 48 compatible = "olimex,a20-olinuxino-lime2-emmc", "allwinner,sun7i-a20"; 51 pinctrl-0 = <&mmc2_pins_nrst>; 52 pinctrl-names = "default"; 53 compatible = "mmc-pwrseq-emmc"; 54 reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; 59 mmc2_pins_nrst: mmc2-rst-pin { [all …]
|
H A D | sun7i-a20-olinuxino-micro-emmc.dts | 5 * This file is dual-licensed: you can use it either under the terms 44 #include "sun7i-a20-olinuxino-micro.dts" 47 model = "Olimex A20-OLinuXino-MICRO-eMMC"; 48 compatible = "olimex,a20-olinuxino-micro-emmc", "allwinner,sun7i-a20"; 51 compatible = "mmc-pwrseq-emmc"; 52 reset-gpios = <&pio 2 16 GPIO_ACTIVE_LOW>; 57 pinctrl-names = "default"; 58 pinctrl-0 = <&mmc2_pins_a>; 59 vmmc-supply = <®_vcc3v3>; 60 bus-width = <4>; [all …]
|
H A D | sun5i-a13-utoo-p66.dts | 4 * This file is dual-licensed: you can use it either under the terms 43 /dts-v1/; 44 #include "sun5i-a13.dtsi" 45 #include "sun5i-reference-design-tablet.dtsi" 46 #include <dt-bindings/interrupt-controller/irq.h> 50 compatible = "utoo,p66", "allwinner,sun5i-a13"; 54 /delete-property/serial0; 58 /delete-property/stdout-path; 63 compatible = "i2c-gpio"; 64 pinctrl-names = "default"; [all …]
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-tqma6.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com> 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 11 reg_3p3v: regulator-3p3v { 12 compatible = "regulator-fixed"; 13 regulator-name = "supply-3p3v"; 14 regulator-min-microvolt = <3300000>; 15 regulator-max-microvolt = <3300000>; 16 regulator-always-on; [all …]
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 1 00-INDEX: 333 55 3.Early-stage: 9993 56 3w-9xxx.c: 77318 57 3w-9xxx.h: 26357 58 3w-xxxx.c: 85227 59 3w-xxxx.h: 16846 71 4level-fixup.h: 1028 110 6xx-suspend.S: 1086 148 8250-platform.c: 1091 161 83xx-512x-pci.txt: 1323 [all …]
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |