Searched refs:rstctrl_offs (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/arch/arm/mach-omap2/ |
D | prminst44xx.c | 103 u16 rstctrl_offs) in omap4_prminst_is_hardreset_asserted() argument 107 v = omap4_prminst_read_inst_reg(part, inst, rstctrl_offs); in omap4_prminst_is_hardreset_asserted() 127 u16 rstctrl_offs) in omap4_prminst_assert_hardreset() argument 131 omap4_prminst_rmw_inst_reg_bits(mask, mask, part, inst, rstctrl_offs); in omap4_prminst_assert_hardreset() 156 u16 rstctrl_offs, u16 rstst_offs) in omap4_prminst_deassert_hardreset() argument 164 rstctrl_offs) == 0) in omap4_prminst_deassert_hardreset() 171 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 | 382 u16 rstctrl_offs; member
|
D | omap_hwmod_33xx_data.c | 79 .rstctrl_offs = AM33XX_RM_WKUP_RSTCTRL_OFFSET,
|
D | omap_hwmod_44xx_data.c | 536 .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET, 1470 .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET, 1554 .rstctrl_offs = OMAP4_RM_IVAHD_RSTCTRL_OFFSET, 2050 .rstctrl_offs = OMAP4_RM_DUCATI_RSTCTRL_OFFSET, 2082 .rstctrl_offs = OMAP4_RM_TESLA_RSTCTRL_OFFSET,
|
D | omap_hwmod.c | 2821 oh->prcm.omap4.rstctrl_offs); in _omap4_assert_hardreset() 2848 oh->prcm.omap4.rstctrl_offs, in _omap4_deassert_hardreset() 2849 oh->prcm.omap4.rstctrl_offs + in _omap4_deassert_hardreset() 2875 oh->prcm.omap4.rstctrl_offs); in _omap4_is_hardreset_asserted() 2914 oh->prcm.omap4.rstctrl_offs, in _am33xx_deassert_hardreset()
|
D | omap_hwmod_43xx_data.c | 67 .rstctrl_offs = AM43XX_RM_WKUP_RSTCTRL_OFFSET,
|
D | omap_hwmod_54xx_data.c | 1332 .rstctrl_offs = OMAP54XX_RM_DSP_RSTCTRL_OFFSET, 1354 .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))
|
D | omap_hwmod_7xx_data.c | 1867 .rstctrl_offs = DRA7XX_RM_L3INIT_PCIESS_RSTCTRL_OFFSET, 1890 .rstctrl_offs = DRA7XX_RM_L3INIT_PCIESS_RSTCTRL_OFFSET,
|