Home
last modified time | relevance | path

Searched full:vccq (Results 1 – 25 of 25) sorted by relevance

/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-ast2600-evb-a1.dts12 /delete-node/regulator-vccq-sdhci0;
13 /delete-node/regulator-vccq-sdhci1;
/linux/arch/arm64/boot/dts/renesas/
H A Drz-smarc-common.dtsi57 vccq_sdhi1: regulator-vccq-sdhi1 {
59 regulator-name = "SDHI1 VccQ";
H A Dhihope-common.dtsi101 vccq_sdhi0: regulator-vccq-sdhi0 {
104 regulator-name = "SDHI0 VccQ";
H A Dr8a774c0-cat874.dts106 vccq_sdhi0: regulator-vccq-sdhi0 {
109 regulator-name = "SDHI0 VccQ";
H A Drzg3s-smarc-som.dtsi45 regulator-name = "SDHI0 VccQ";
H A Dr8a779g3-sparrow-hawk.dts195 regulator-name = "SDHI VccQ";
/linux/arch/arm64/boot/dts/qcom/
H A Dsm8250-samsung-common.dtsi192 vccq-supply = <&vreg_l6a_1p2>;
193 vccq-max-microamp = <800000>;
H A Dapq8096-ifc6640.dts343 vccq-supply = <&vreg_l25a_1p2>;
347 vccq-max-microamp = <450000>;
H A Dmsm8998-mtp.dts414 vccq-supply = <&vreg_l26a_1p2>;
418 vccq-max-microamp = <560000>;
H A Dmsm8998-oneplus-common.dtsi535 vccq-supply = <&vreg_l26a_1p2>;
539 vccq-max-microamp = <560000>;
H A Dmsm8998-fxtec-pro1.dts673 vccq-supply = <&vreg_l26a_1p2>;
677 vccq-max-microamp = <560000>;
/linux/Documentation/devicetree/bindings/ufs/
H A Dqcom,ufs.yaml206 vccq-supply = <&vreg_l9b_1p2>;
207 vccq-max-microamp = <1200000>;
/linux/Documentation/devicetree/bindings/mmc/
H A Dusdhi6rol0.txt14 - vqmmc-supply: a phandle of a regulator, supplying VccQ to the card
/linux/arch/arm64/boot/dts/freescale/
H A Ds32g274a-rdb2.dts76 * the wrong VCCQ voltage applied to the eMMC.
/linux/include/ufs/
H A Dufs_quirks.h68 * (atleast for 500us) from UFS rails (especially from VCCQ rail).
/linux/drivers/mmc/core/
H A Dmmc.c1140 * eMMC cards can support 3.3V to 1.2V i/o (vccq) in mmc_select_hs_ddr()
1143 * EXT_CSD_CARD_TYPE_DDR_1_8V means 3.3V or 1.8V vccq. in mmc_select_hs_ddr()
1145 * 1.8V vccq at 3.3V core voltage (vcc) is not required in mmc_select_hs_ddr()
1148 * Even (e)MMC card can support 3.3v to 1.2v vccq, but not all in mmc_select_hs_ddr()
1151 * host controller still needs to use 1.8v vccq for supporting in mmc_select_hs_ddr()
1174 /* make sure vccq is 3.3v after switching disaster */ in mmc_select_hs_ddr()
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-axg-jethome-jethub-j1xx.dtsi82 vccq_1v8: regulator-vccq-1v8 {
/linux/drivers/pinctrl/renesas/
H A Dpfc-sh73a0.c4022 * VCCQ MC0 regulator
4125 struct regulator_dev *vccq; in sh73a0_pinmux_soc_init() local
4132 vccq = devm_regulator_register(pfc->dev, &sh73a0_vccq_mc0_desc, &cfg); in sh73a0_pinmux_soc_init()
4133 if (IS_ERR(vccq)) { in sh73a0_pinmux_soc_init()
4134 ret = PTR_ERR(vccq); in sh73a0_pinmux_soc_init()
4135 dev_err(pfc->dev, "Failed to register VCCQ MC0 regulator: %d\n", in sh73a0_pinmux_soc_init()
/linux/drivers/ufs/core/
H A Dufshcd.c6804 ufshcd_config_vreg_hpm(hba, hba->vreg_info.vccq); in ufshcd_err_handling_prepare()
8403 if (!hba->vreg_info.vcc || !hba->vreg_info.vccq || in ufshcd_find_max_sup_active_icc_level()
8423 if (hba->vreg_info.vccq->max_uA) in ufshcd_find_max_sup_active_icc_level()
8425 hba->vreg_info.vccq->max_uA, in ufshcd_find_max_sup_active_icc_level()
9750 ret = ufshcd_toggle_vreg(dev, info->vccq, on); in ufshcd_setup_vreg()
9759 ufshcd_toggle_vreg(dev, info->vccq, false); in ufshcd_setup_vreg()
9800 ret = ufshcd_get_vreg(dev, info->vccq); in ufshcd_init_vreg()
10191 * (atleast for 500us) from UFS rails (especially from VCCQ rail). in ufshcd_vreg_set_lpm()
10204 * VCCQ, VCCQ2) can be turned off if power on write protect is not in ufshcd_vreg_set_lpm()
10206 * is in sleep state, put VCCQ & VCCQ2 rails in LPM mode. in ufshcd_vreg_set_lpm()
[all …]
/linux/include/linux/mmc/
H A Dhost.h344 struct regulator *vqmmc; /* Optional Vccq supply */
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-colibri.dtsi963 vqmmc-supply = <&reg_1v8_vio>; /* VCCQ */
H A Dtegra30-apalis.dtsi1106 vqmmc-supply = <&reg_1v8_vio>; /* VCCQ */
H A Dtegra30-apalis-v1.1.dtsi1123 vqmmc-supply = <&reg_1v8_vio>; /* VCCQ */
H A Dtegra124-apalis-v1.2.dtsi1950 vqmmc-supply = <&reg_1v8_vddio>; /* VCCQ */
H A Dtegra124-apalis.dtsi1942 vqmmc-supply = <&reg_1v8_vddio>; /* VCCQ */