Searched +full:1 +full:- +full:sdxc (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | mediatek,mt76x8-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt76x8-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Arınç ÜNAL <arinc.unal@arinc9.com> 11 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 20 const: ralink,mt76x8-pinctrl 23 '-pins$': 28 '^(.*-)?pinmux$': 31 $ref: pinmux-node.yaml# [all …]
|
/linux/drivers/pinctrl/mediatek/ |
H A D | pinctrl-mt76x8.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "pinctrl-mtmips.h" 39 FUNC("sdxc d6", 3, 19, 1), 40 FUNC("pwm1 utif", 2, 19, 1), 41 FUNC("pwm1", 0, 19, 1), 45 FUNC("sdxc d7", 3, 18, 1), 46 FUNC("pwm0 utif", 2, 18, 1), 47 FUNC("pwm0", 0, 18, 1), 51 FUNC("sdxc d5 d4", 3, 20, 2), 67 static struct mtmips_pmx_func refclk_grp[] = { FUNC("refclk", 0, 37, 1) }; [all …]
|
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | arasan,sdhci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Adrian Hunter <adrian.hunter@intel.com> 13 - $ref: mmc-controller.yaml# 14 - if: 18 const: arasan,sdhci-5.1 21 - phys 22 - phy-names 23 - if: [all …]
|
/linux/include/linux/mmc/ |
H A D | sd.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 5 * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. 26 #define SD_APP_SET_BUS_WIDTH 6 /* ac [1:0] bus width R1 */ 37 #define SD_OCR_S18R (1 << 24) /* 1.8V switching request */ 39 #define SD_OCR_XPC (1 << 28) /* SDXC power control */ 40 #define SD_OCR_CCS (1 << 30) /* Card Capacity Status */ 45 * [31] Check (0) or switch (1) 52 * [3:0] Function group 1 67 #define SCR_SPEC_VER_0 0 /* Implements system specification 1.0 - 1.01 */ 68 #define SCR_SPEC_VER_1 1 /* Implements system specification 1.10 */ [all …]
|
/linux/drivers/clk/x86/ |
H A D | clk-lgm.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2020-2022 MaxLinear, Inc. 8 #include <linux/clk-provider.h> 12 #include <dt-bindings/clock/intel,lgm-clk.h> 13 #include "clk-cgu.h" 31 #define G_LEDC0_SHIFT 1 62 #define G_PCIE10_SHIFT 1 117 #define CLK_NR_CLKS (LGM_GCLK_USB2 + 1) 121 * It's more efficient to provide an explicit table due to non-linear 125 { .val = 0, .div = 1 }, [all …]
|
/linux/arch/mips/boot/dts/ralink/ |
H A D | mt7628a.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #address-cells = <1>; 5 #size-cells = <1>; 6 compatible = "ralink,mt7628a-soc"; 9 #address-cells = <1>; 10 #size-cells = <0>; 19 resetc: reset-controller { 20 compatible = "ralink,rt2880-reset"; 21 #reset-cells = <1>; 24 cpuintc: interrupt-controller { [all …]
|
/linux/arch/arm/boot/dts/amlogic/ |
H A D | meson8.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 6 #include <dt-bindings/clock/meson8-ddr-clkc.h> 7 #include <dt-bindings/clock/meson8b-clkc.h> 8 #include <dt-bindings/gpio/meson8-gpio.h> 9 #include <dt-bindings/power/meson8-power.h> 10 #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h> 11 #include <dt-bindings/reset/amlogic,meson8b-reset.h> 12 #include <dt-bindings/thermal/thermal.h> 20 #address-cells = <1>; 21 #size-cells = <0>; [all …]
|
H A D | meson8b.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 7 #include <dt-bindings/clock/meson8-ddr-clkc.h> 8 #include <dt-bindings/clock/meson8b-clkc.h> 9 #include <dt-bindings/gpio/meson8b-gpio.h> 10 #include <dt-bindings/power/meson8-power.h> 11 #include <dt-bindings/reset/amlogic,meson8b-reset.h> 12 #include <dt-bindings/reset/amlogic,meson8b-clkc-reset.h> 13 #include <dt-bindings/thermal/thermal.h> 18 #address-cells = <1>; 19 #size-cells = <0>; [all …]
|
/linux/drivers/mmc/core/ |
H A D | card.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 15 #define mmc_card_name(c) ((c)->cid.prod_name) 16 #define mmc_card_id(c) (dev_name(&(c)->dev)) 20 #define MMC_STATE_PRESENT (1<<0) /* present in sysfs */ 21 #define MMC_STATE_READONLY (1<<1) /* card is read-only */ 22 #define MMC_STATE_BLOCKADDR (1<<2) /* card uses block-addressing */ 23 #define MMC_CARD_SDXC (1<<3) /* card is SDXC */ 24 #define MMC_CARD_REMOVED (1<<4) /* card has been removed */ 25 #define MMC_STATE_SUSPENDED (1<<5) /* card is suspended */ 27 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) [all …]
|
H A D | bus.c | 1 // SPDX-License-Identifier: GPL-2.0-only 36 switch (card->type) { in type_show() 46 return -EFAULT; in type_show() 65 switch (card->type) { in mmc_bus_uevent() 90 card->cis.vendor, card->cis.device); in mmc_bus_uevent() 95 card->major_rev, card->minor_rev); in mmc_bus_uevent() 99 for (i = 0; i < card->num_info; i++) { in mmc_bus_uevent() 100 retval = add_uevent_var(env, "SDIO_INFO%u=%s", i+1, card->info[i]); in mmc_bus_uevent() 107 * SDIO (non-combo) cards are not handled by mmc_block driver and do not in mmc_bus_uevent() 128 struct mmc_driver *drv = to_mmc_driver(dev->driver); in mmc_bus_probe() [all …]
|
H A D | sd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2003-2004 Russell King, All Rights Reserved. 7 * Copyright (C) 2005-2007 Pierre Ossman, All Rights Reserved. 44 1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 72 u32 *resp = card->raw_cid; in mmc_decode_cid() 78 add_device_randomness(&card->raw_cid, sizeof(card->raw_cid)); in mmc_decode_cid() 84 card->cid.manfid = unstuff_bits(resp, 120, 8); in mmc_decode_cid() 85 card->cid.oemid = unstuff_bits(resp, 104, 16); in mmc_decode_cid() 86 card->cid.prod_name[0] = unstuff_bits(resp, 96, 8); in mmc_decode_cid() 87 card->cid.prod_name[1] = unstuff_bits(resp, 88, 8); in mmc_decode_cid() [all …]
|
/linux/drivers/mmc/host/ |
H A D | sdhci-of-arasan.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (C) 2011 - 2012 Michal Simek <monstr@monstr.eu> 9 * Based on sdhci-of-esdhc.c 18 #include <linux/clk-provider.h> 26 #include <linux/firmware/xlnx-zynqmp.h> 29 #include "sdhci-cqhci.h" 30 #include "sdhci-pltfm.h" 52 #define PHY_CTRL_ITAPDLY_SEL_MASK GENMASK(5, 1) 53 #define PHY_CTRL_ITAPDLY_SEL_SHIFT 1 64 #define PHY_CTRL_DLL_RDY_MASK BIT(1) [all …]
|