Searched +full:imx7ulp +full:- +full:usdhc (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx7ulp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 8 #include <dt-bindings/clock/imx7ulp-clock.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #include "imx7ulp-pinfunc.h" 15 interrupt-parent = <&intc>; 17 #address-cells = <1>; 18 #size-cells = <1>; 37 #address-cells = <1>; [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | imx7ulp.dtsi | 2 * Copyright 2015-2016 Freescale Semiconductor, Inc. 9 #include <dt-bindings/clock/imx7ulp-clock.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/gpio/gpio.h> 13 #include "imx7ulp-pinfunc.h" 16 interrupt-parent = <&intc>; 37 #address-cells = <1>; 38 #size-cells = <0>; 41 compatible = "arm,cortex-a7"; 47 reserved-memory { [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | imx8qxp.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 4 * Copyright 2017-2018 NXP 8 #include <dt-bindings/clock/imx8-clock.h> 9 #include <dt-bindings/firmware/imx/rsrc.h> 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/pinctrl/pads-imx8qxp.h> 14 #include <dt-bindings/thermal/thermal.h> 17 interrupt-parent = <&gic>; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | fsl-imx-esdhc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mmc/fsl-imx-esdhc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 13 - $ref: "mmc-controller.yaml" 20 by mmc.txt and the properties used by the sdhci-esdhc-imx driver. 25 - enum: 26 - fsl,imx25-esdhc 27 - fsl,imx35-esdhc [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/imx7ulp-scg-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - A.s. Dong <aisheng.dong@nxp.com> 37 See include/dt-bindings/clock/imx7ulp-clock.h for the full list of 42 const: fsl,imx7ulp-scg1 47 '#clock-cells': 52 - description: rtc osc 53 - description: system osc [all …]
|
| H A D | imx7ulp-pcc-clock.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/imx7ulp-pcc-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - A.s. Dong <aisheng.dong@nxp.com> 34 See include/dt-bindings/clock/imx7ulp-clock.h for the full list of 40 - fsl,imx7ulp-pcc2 41 - fsl,imx7ulp-pcc3 46 '#clock-cells': 51 - description: nic1 bus clock [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-esdhc-imx.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * derived from the OF-version. 23 #include <linux/mmc/slot-gpio.h> 27 #include <linux/platform_data/mmc-esdhc-imx.h> 29 #include "sdhci-cqhci.h" 30 #include "sdhci-pltfm.h" 31 #include "sdhci-esdhc.h" 83 #define ESDHC_TUNE_CTRL_MAX ((1 << 7) - 1) 134 * open ended multi-blk IO. Otherwise the TC INT wouldn't 144 * The flag tells that the ESDHC controller is an USDHC block that is [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | fsl_esdhc.c | 2 * Copyright 2007, 2010-2011 Freescale Semiconductor, Inc 7 * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net 9 * SPDX-License-Identifier: GPL-2.0+ 25 #include <asm-generic/gpio.h> 55 uint mixctrl; /* For USDHC */ 99 * @non_removable: 0: removable; 1: non-removable 132 if (data->blocks > 1) { in esdhc_xfertyp() 140 if (data->flags & MMC_DATA_READ) in esdhc_xfertyp() 144 if (cmd->resp_type & MMC_RSP_CRC) in esdhc_xfertyp() 146 if (cmd->resp_type & MMC_RSP_OPCODE) in esdhc_xfertyp() [all …]
|