Home
last modified time | relevance | path

Searched refs:control_pbias_offset (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/arm/mach-omap2/
Dhsmmc.c29 static u16 control_pbias_offset; variable
81 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_before_set_reg()
91 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_before_set_reg()
93 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_before_set_reg()
95 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_before_set_reg()
108 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_after_set_reg()
114 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_after_set_reg()
116 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_after_set_reg()
119 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_after_set_reg()
133 reg = omap4_ctrl_pad_readl(control_pbias_offset); in omap4_hsmmc1_before_set_reg()
[all …]
Dboard-omap3logic.c146 u16 control_pbias_offset = OMAP343X_CONTROL_PBIAS_LITE; in omap3torpedo_fix_pbias_voltage() local
152 reg = omap_ctrl_readl(control_pbias_offset); in omap3torpedo_fix_pbias_voltage()
155 omap_ctrl_writel(reg, control_pbias_offset); in omap3torpedo_fix_pbias_voltage()
162 omap_ctrl_writel(reg | 0x300, control_pbias_offset); in omap3torpedo_fix_pbias_voltage()