Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dsoc.c14 struct soc_ops soc_ops; variable
18 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()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Domap_hwmod.c247 /* soc_ops: adapts the omap_hwmod code to the currently-booted SoC */
248 static struct omap_hwmod_soc_ops soc_ops; variable
777 if (!soc_ops.xlate_clkctrl) in _lookup_clkctrl_clk()
780 addr = soc_ops.xlate_clkctrl(oh); in _lookup_clkctrl_clk()
833 soc_ops.disable_direct_prcm(oh); in _init_main_clk()
1414 if (soc_ops.init_clkdm) in _init_clocks()
1415 ret |= soc_ops.init_clkdm(oh); in _init_clocks()
1480 if (!soc_ops.assert_hardreset) in _assert_hardreset()
1487 ret = soc_ops.assert_hardreset(oh, &ohri); in _assert_hardreset()
1513 if (!soc_ops in _deassert_hardreset()
[all...]
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H A Dsoc.h15 struct soc_ops { struct
23 extern struct soc_ops soc_ops;
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Domap_hwmod.c247 /* soc_ops: adapts the omap_hwmod code to the currently-booted SoC */
248 static struct omap_hwmod_soc_ops soc_ops; variable
777 if (!soc_ops.xlate_clkctrl) in _lookup_clkctrl_clk()
780 addr = soc_ops.xlate_clkctrl(oh); in _lookup_clkctrl_clk()
833 soc_ops.disable_direct_prcm(oh); in _init_main_clk()
1414 if (soc_ops.init_clkdm) in _init_clocks()
1415 ret |= soc_ops.init_clkdm(oh); in _init_clocks()
1480 if (!soc_ops.assert_hardreset) in _assert_hardreset()
1487 ret = soc_ops.assert_hardreset(oh, &ohri); in _assert_hardreset()
1513 if (!soc_ops in _deassert_hardreset()
[all...]
/kernel/linux/linux-5.10/arch/c6x/platforms/
H A Dmegamod-pic.c340 soc_ops.get_exception = get_exception; in megamod_pic_init()
341 soc_ops.assert_event = assert_event; in megamod_pic_init()

Completed in 8 milliseconds