Home
last modified time | relevance | path

Searched refs:soc_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/arch/arm/mach-omap2/ !
Domap_hwmod.c248 static struct omap_hwmod_soc_ops soc_ops; variable
780 if (!soc_ops.xlate_clkctrl) in _lookup_clkctrl_clk()
783 addr = soc_ops.xlate_clkctrl(oh); in _lookup_clkctrl_clk()
836 soc_ops.disable_direct_prcm(oh); in _init_main_clk()
1417 if (soc_ops.init_clkdm) in _init_clocks()
1418 ret |= soc_ops.init_clkdm(oh); in _init_clocks()
1483 if (!soc_ops.assert_hardreset) in _assert_hardreset()
1490 ret = soc_ops.assert_hardreset(oh, &ohri); in _assert_hardreset()
1516 if (!soc_ops.deassert_hardreset) in _deassert_hardreset()
1539 if (soc_ops.enable_module) in _deassert_hardreset()
[all …]