Searched refs:pbias (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/devicetree/bindings/regulator/ |
H A D | pbias-regulator.txt | 5 - should be "ti,pbias-dra7" for DRA7 6 - should be "ti,pbias-omap2" for OMAP2 7 - should be "ti,pbias-omap3" for OMAP3 8 - should be "ti,pbias-omap4" for OMAP4 9 - should be "ti,pbias-omap5" for OMAP5 10 - "ti,pbias-omap" is deprecated 11 - reg: pbias register offset from syscon base and size of pbias register. 25 compatible = "ti,pbias-omap";
|
/linux/drivers/mmc/host/ |
H A D | sdhci-omap.c | 111 struct regulator *pbias; member 157 if (IS_ERR(omap_host->pbias)) in sdhci_omap_set_pbias() 161 ret = regulator_set_voltage(omap_host->pbias, iov, iov); in sdhci_omap_set_pbias() 170 ret = regulator_enable(omap_host->pbias); in sdhci_omap_set_pbias() 181 ret = regulator_disable(omap_host->pbias); in sdhci_omap_set_pbias() 970 unsigned int pbias, vqmmc, caps = 0; in sdhci_omap_set_capabilities() local 973 pbias = sdhci_omap_regulator_get_caps(dev, "pbias"); in sdhci_omap_set_capabilities() 975 caps = pbias & vqmmc; in sdhci_omap_set_capabilities() 977 if (pbias != ~0U && vqmmc == ~0U) in sdhci_omap_set_capabilities() 986 if (pbias != ~0U && (pbias & SDHCI_CAN_VDD_330) && in sdhci_omap_set_capabilities() [all …]
|
H A D | omap_hsmmc.c | 177 struct regulator *pbias; member 284 if (IS_ERR(host->pbias)) in omap_hsmmc_set_pbias() 289 ret = regulator_enable(host->pbias); in omap_hsmmc_set_pbias() 298 ret = regulator_disable(host->pbias); in omap_hsmmc_set_pbias() 404 ret = omap_hsmmc_disable_boot_regulator(host->pbias); in omap_hsmmc_disable_boot_regulators() 437 host->pbias = devm_regulator_get_optional(host->dev, "pbias"); in omap_hsmmc_reg_get() 438 if (IS_ERR(host->pbias)) { in omap_hsmmc_reg_get() 439 ret = PTR_ERR(host->pbias); in omap_hsmmc_reg_get() 446 PTR_ERR(host->pbias)); in omap_hsmmc_reg_get()
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap2430.dtsi | 66 compatible = "ti,pbias-omap2", "ti,pbias-omap"; 264 pbias-supply = <&pbias_mmc_reg>;
|
H A D | omap3.dtsi | 126 compatible = "ti,pbias-omap3", "ti,pbias-omap"; 517 pbias-supply = <&pbias_mmc_reg>;
|
H A D | omap4-l4.dtsi | 692 compatible = "ti,pbias-omap4", "ti,pbias-omap"; 2159 pbias-supply = <&pbias_mmc_reg>;
|
H A D | omap5-l4.dtsi | 107 compatible = "ti,pbias-omap5", "ti,pbias-omap"; 1922 pbias-supply = <&pbias_mmc_reg>;
|
H A D | dra7-l4.dtsi | 73 compatible = "ti,pbias-dra7", "ti,pbias-omap"; 2038 pbias-supply = <&pbias_mmc_reg>;
|
/linux/drivers/regulator/ |
H A D | Makefile | 133 obj-$(CONFIG_REGULATOR_PBIAS) += pbias-regulator.o
|
H A D | Kconfig | 971 Say y here to support pbias regulator for mmc1:SD card i/o 973 This driver provides support for OMAP pbias modelled
|
/linux/ |
H A D | MAINTAINERS | 16980 F: drivers/regulator/pbias-regulator.c
|