Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
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()
Dprminst44xx.h28 u16 rstctrl_offs);
30 u16 rstctrl_offs);
32 s16 inst, u16 rstctrl_offs,
Dprm33xx.c60 u16 rstctrl_offs) in am33xx_prm_is_hardreset_asserted() argument
64 v = am33xx_prm_read_reg(inst, rstctrl_offs); in am33xx_prm_is_hardreset_asserted()
86 u16 rstctrl_offs) in am33xx_prm_assert_hardreset() argument
90 am33xx_prm_rmw_reg_bits(mask, mask, inst, rstctrl_offs); in am33xx_prm_assert_hardreset()
115 s16 inst, u16 rstctrl_offs, in am33xx_prm_deassert_hardreset() argument
122 if (am33xx_prm_is_hardreset_asserted(shift, 0, inst, rstctrl_offs) == 0) in am33xx_prm_deassert_hardreset()
131 am33xx_prm_rmw_reg_bits(mask, 0, inst, rstctrl_offs); in am33xx_prm_deassert_hardreset()
Domap_hwmod.h378 u16 rstctrl_offs; member
Domap_hwmod.c2826 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset()
2853 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset()
2854 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset()
2880 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted()
2919 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()