Searched refs:soc_ops (Results 1 – 4 of 4) sorted by relevance
14 struct soc_ops soc_ops; variable18 if (!soc_ops.get_exception) in soc_get_exception()20 return soc_ops.get_exception(); in soc_get_exception()25 if (soc_ops.assert_event) in soc_assert_event()26 soc_ops.assert_event(evt); in soc_assert_event()
248 static struct omap_hwmod_soc_ops soc_ops; variable775 if (!soc_ops.xlate_clkctrl) in _lookup_clkctrl_clk()778 addr = soc_ops.xlate_clkctrl(oh); in _lookup_clkctrl_clk()831 soc_ops.disable_direct_prcm(oh); in _init_main_clk()1412 if (soc_ops.init_clkdm) in _init_clocks()1413 ret |= soc_ops.init_clkdm(oh); in _init_clocks()1478 if (!soc_ops.assert_hardreset) in _assert_hardreset()1485 ret = soc_ops.assert_hardreset(oh, &ohri); in _assert_hardreset()1511 if (!soc_ops.deassert_hardreset) in _deassert_hardreset()1534 if (soc_ops.enable_module) in _deassert_hardreset()[all …]
15 struct soc_ops { struct23 extern struct soc_ops soc_ops; argument
340 soc_ops.get_exception = get_exception; in megamod_pic_init()341 soc_ops.assert_event = assert_event; in megamod_pic_init()