Searched refs:rstctrl_offs (Results 1 – 10 of 10) sorted by relevance
/arch/arm/mach-omap2/ |
D | prminst44xx.c | 101 u16 rstctrl_offs) in omap4_prminst_is_hardreset_asserted() argument 105 v = omap4_prminst_read_inst_reg(part, inst, rstctrl_offs); in omap4_prminst_is_hardreset_asserted() 125 u16 rstctrl_offs) in omap4_prminst_assert_hardreset() argument 129 omap4_prminst_rmw_inst_reg_bits(mask, mask, part, inst, rstctrl_offs); in omap4_prminst_assert_hardreset() 154 u16 rstctrl_offs, u16 rstst_offs) in omap4_prminst_deassert_hardreset() argument 162 rstctrl_offs) == 0) in omap4_prminst_deassert_hardreset() 169 omap4_prminst_rmw_inst_reg_bits(mask, 0, part, inst, rstctrl_offs); in omap4_prminst_deassert_hardreset()
|
D | prminst44xx.h | 31 u16 rstctrl_offs); 33 u16 rstctrl_offs); 35 s16 inst, u16 rstctrl_offs,
|
D | prm33xx.c | 68 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()
|
D | omap_hwmod.h | 468 u16 rstctrl_offs; member
|
D | omap_hwmod_33xx_data.c | 82 .rstctrl_offs = AM33XX_RM_WKUP_RSTCTRL_OFFSET,
|
D | omap_hwmod.c | 3036 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset() 3063 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset() 3064 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset() 3090 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted() 3111 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()
|
D | omap_hwmod_44xx_data.c | 552 .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET, 1432 .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET, 1516 .rstctrl_offs = OMAP4_RM_IVAHD_RSTCTRL_OFFSET, 2128 .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET, 2175 .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET,
|
D | omap_hwmod_43xx_data.c | 69 .rstctrl_offs = AM43XX_RM_WKUP_RSTCTRL_OFFSET,
|
D | omap_hwmod_54xx_data.c | 1395 .rstctrl_offs = OMAP54XX_RM_DSP_RSTCTRL_OFFSET, 1417 .rstctrl_offs = OMAP54XX_RM_IPU_RSTCTRL_OFFSET,
|
D | omap_hwmod_33xx_43xx_ipblock_data.c | 30 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl))
|