Searched refs:rstctrl_offs (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arm/mach-omap2/ |
| H A 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()
|
| H A D | prminst44xx.h | 28 u16 rstctrl_offs); 30 u16 rstctrl_offs); 32 s16 inst, u16 rstctrl_offs,
|
| H A D | prm33xx.c | 57 u16 rstctrl_offs) in am33xx_prm_is_hardreset_asserted() argument 61 v = am33xx_prm_read_reg(inst, rstctrl_offs); in am33xx_prm_is_hardreset_asserted() 83 u16 rstctrl_offs) in am33xx_prm_assert_hardreset() argument 87 am33xx_prm_rmw_reg_bits(mask, mask, inst, rstctrl_offs); in am33xx_prm_assert_hardreset() 112 s16 inst, u16 rstctrl_offs, in am33xx_prm_deassert_hardreset() argument 119 if (am33xx_prm_is_hardreset_asserted(shift, 0, inst, rstctrl_offs) == 0) in am33xx_prm_deassert_hardreset() 128 am33xx_prm_rmw_reg_bits(mask, 0, inst, rstctrl_offs); in am33xx_prm_deassert_hardreset()
|
| H A D | omap_hwmod.h | 378 u16 rstctrl_offs; member
|