Home
last modified time | relevance | path

Searched refs:rstctrl_offs (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm/mach-omap2/
A Dprminst44xx.c100 u16 rstctrl_offs) in omap4_prminst_is_hardreset_asserted() argument
104 v = omap4_prminst_read_inst_reg(part, inst, rstctrl_offs); in omap4_prminst_is_hardreset_asserted()
124 u16 rstctrl_offs) in omap4_prminst_assert_hardreset() argument
128 omap4_prminst_rmw_inst_reg_bits(mask, mask, part, inst, rstctrl_offs); in omap4_prminst_assert_hardreset()
153 u16 rstctrl_offs, u16 rstst_offs) in omap4_prminst_deassert_hardreset() argument
161 rstctrl_offs) == 0) in omap4_prminst_deassert_hardreset()
168 omap4_prminst_rmw_inst_reg_bits(mask, 0, part, inst, rstctrl_offs); in omap4_prminst_deassert_hardreset()
A Dprm33xx.c68 u16 rstctrl_offs) in am33xx_prm_is_hardreset_asserted() argument
72 v = am33xx_prm_read_reg(inst, rstctrl_offs); in am33xx_prm_is_hardreset_asserted()
94 u16 rstctrl_offs) in am33xx_prm_assert_hardreset() argument
98 am33xx_prm_rmw_reg_bits(mask, mask, inst, rstctrl_offs); in am33xx_prm_assert_hardreset()
123 s16 inst, u16 rstctrl_offs, in am33xx_prm_deassert_hardreset() argument
130 if (am33xx_prm_is_hardreset_asserted(shift, 0, inst, rstctrl_offs) == 0) in am33xx_prm_deassert_hardreset()
139 am33xx_prm_rmw_reg_bits(mask, 0, inst, rstctrl_offs); in am33xx_prm_deassert_hardreset()
A Dprminst44xx.h28 u16 rstctrl_offs);
30 u16 rstctrl_offs);
32 s16 inst, u16 rstctrl_offs,
A Domap_hwmod.h378 u16 rstctrl_offs; member
A Domap_hwmod.c2824 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset()
2851 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset()
2852 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset()
2878 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted()
2917 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()

Completed in 14 milliseconds