Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-omap2/
Dhsmmc.c31 static u16 control_pbias_offset; variable
71 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_before_set_reg()
81 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_before_set_reg()
83 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_before_set_reg()
85 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_before_set_reg()
97 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_after_set_reg()
103 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_after_set_reg()
105 reg = omap_ctrl_readl(control_pbias_offset); in omap_hsmmc1_after_set_reg()
108 omap_ctrl_writel(reg, control_pbias_offset); in omap_hsmmc1_after_set_reg()
493 control_pbias_offset = OMAP243X_CONTROL_PBIAS_LITE; in omap_hsmmc_init()
[all …]
Dboard-omap3logic.c143 u16 control_pbias_offset = OMAP343X_CONTROL_PBIAS_LITE; in omap3torpedo_fix_pbias_voltage() local
149 reg = omap_ctrl_readl(control_pbias_offset); in omap3torpedo_fix_pbias_voltage()
152 omap_ctrl_writel(reg, control_pbias_offset); in omap3torpedo_fix_pbias_voltage()
159 omap_ctrl_writel(reg | 0x300, control_pbias_offset); in omap3torpedo_fix_pbias_voltage()