Lines Matching refs:ohri
235 struct omap_hwmod_rst_info *ohri);
237 struct omap_hwmod_rst_info *ohri);
239 struct omap_hwmod_rst_info *ohri);
1433 * @ohri: struct omap_hwmod_rst_info * that this function will fill in
1439 struct omap_hwmod_rst_info *ohri)
1446 ohri->rst_shift = oh->rst_lines[i].rst_shift;
1447 ohri->st_shift = oh->rst_lines[i].st_shift;
1449 oh->name, __func__, rst_line, ohri->rst_shift,
1450 ohri->st_shift);
1474 struct omap_hwmod_rst_info ohri;
1483 ret = _lookup_hardreset(oh, name, &ohri);
1487 ret = soc_ops.assert_hardreset(oh, &ohri);
1507 struct omap_hwmod_rst_info ohri;
1516 ret = _lookup_hardreset(oh, name, &ohri);
1539 ret = soc_ops.deassert_hardreset(oh, &ohri);
1575 struct omap_hwmod_rst_info ohri;
1584 ret = _lookup_hardreset(oh, name, &ohri);
1588 return soc_ops.is_hardreset_asserted(oh, &ohri);
2749 * @ohri: hardreset line data
2752 * the hwmod @oh and the hardreset line data @ohri. Only intended for
2758 struct omap_hwmod_rst_info *ohri)
2760 return omap_prm_assert_hardreset(ohri->rst_shift, 0,
2767 * @ohri: hardreset line data
2770 * the hwmod @oh and the hardreset line data @ohri. Only intended for
2776 struct omap_hwmod_rst_info *ohri)
2778 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, 0,
2785 * @ohri: hardreset line data
2788 * from the hwmod @oh and the hardreset line data @ohri. Only
2795 struct omap_hwmod_rst_info *ohri)
2797 return omap_prm_is_hardreset_asserted(ohri->st_shift, 0,
2804 * @ohri: hardreset line data
2807 * from the hwmod @oh and the hardreset line data @ohri. Only
2814 struct omap_hwmod_rst_info *ohri)
2819 return omap_prm_assert_hardreset(ohri->rst_shift,
2828 * @ohri: hardreset line data
2831 * from the hwmod @oh and the hardreset line data @ohri. Only
2838 struct omap_hwmod_rst_info *ohri)
2843 if (ohri->st_shift)
2845 oh->name, ohri->name);
2846 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->rst_shift,
2857 * @ohri: hardreset line data
2860 * extracted from the hwmod @oh and the hardreset line data @ohri.
2867 struct omap_hwmod_rst_info *ohri)
2872 return omap_prm_is_hardreset_asserted(ohri->rst_shift,
2900 * @ohri: hardreset line data
2903 * from the hwmod @oh and the hardreset line data @ohri. Only
2910 struct omap_hwmod_rst_info *ohri)
2912 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift,