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);
2717 * @ohri: hardreset line data
2720 * the hwmod @oh and the hardreset line data @ohri. Only intended for
2726 struct omap_hwmod_rst_info *ohri)
2728 return omap_prm_assert_hardreset(ohri->rst_shift, 0,
2735 * @ohri: hardreset line data
2738 * the hwmod @oh and the hardreset line data @ohri. Only intended for
2744 struct omap_hwmod_rst_info *ohri)
2746 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, 0,
2753 * @ohri: hardreset line data
2756 * from the hwmod @oh and the hardreset line data @ohri. Only
2763 struct omap_hwmod_rst_info *ohri)
2765 return omap_prm_is_hardreset_asserted(ohri->st_shift, 0,
2772 * @ohri: hardreset line data
2775 * from the hwmod @oh and the hardreset line data @ohri. Only
2782 struct omap_hwmod_rst_info *ohri)
2787 return omap_prm_assert_hardreset(ohri->rst_shift,
2796 * @ohri: hardreset line data
2799 * from the hwmod @oh and the hardreset line data @ohri. Only
2806 struct omap_hwmod_rst_info *ohri)
2811 if (ohri->st_shift)
2813 oh->name, ohri->name);
2814 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->rst_shift,
2825 * @ohri: hardreset line data
2828 * extracted from the hwmod @oh and the hardreset line data @ohri.
2835 struct omap_hwmod_rst_info *ohri)
2840 return omap_prm_is_hardreset_asserted(ohri->rst_shift,
2868 * @ohri: hardreset line data
2871 * from the hwmod @oh and the hardreset line data @ohri. Only
2878 struct omap_hwmod_rst_info *ohri)
2880 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift,