Searched refs:rstctrl_offs (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-omap2/ |
D | prminst44xx.c | 100 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()
|
D | prminst44xx.h | 28 u16 rstctrl_offs); 30 u16 rstctrl_offs); 32 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_33xx_data.c | 76 .rstctrl_offs = AM33XX_RM_WKUP_RSTCTRL_OFFSET,
|
D | omap_hwmod.h | 378 u16 rstctrl_offs; member
|
D | omap_hwmod_44xx_data.c | 506 .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET, 1163 .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET, 1247 .rstctrl_offs = OMAP4_RM_IVAHD_RSTCTRL_OFFSET, 1560 .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET, 1592 .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET,
|
D | omap_hwmod.c | 2873 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset() 2900 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset() 2901 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset() 2927 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted() 2966 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()
|
D | omap_hwmod_54xx_data.c | 915 .rstctrl_offs = OMAP54XX_RM_DSP_RSTCTRL_OFFSET, 937 .rstctrl_offs = OMAP54XX_RM_IPU_RSTCTRL_OFFSET,
|
D | omap_hwmod_43xx_data.c | 67 .rstctrl_offs = AM43XX_RM_WKUP_RSTCTRL_OFFSET,
|
D | omap_hwmod_33xx_43xx_ipblock_data.c | 28 #define RSTCTRL(oh, rstctrl) ((oh).prcm.omap4.rstctrl_offs = (rstctrl))
|
D | omap_hwmod_7xx_data.c | 1120 .rstctrl_offs = DRA7XX_RM_L3INIT_PCIESS_RSTCTRL_OFFSET, 1143 .rstctrl_offs = DRA7XX_RM_L3INIT_PCIESS_RSTCTRL_OFFSET,
|