Home
last modified time | relevance | path

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

/Linux-v4.19/arch/c6x/kernel/
Dsoc.c17 struct soc_ops soc_ops; variable
21 if (!soc_ops.get_exception) in soc_get_exception()
23 return soc_ops.get_exception(); in soc_get_exception()
28 if (soc_ops.assert_event) in soc_assert_event()
29 soc_ops.assert_event(evt); in soc_assert_event()
/Linux-v4.19/arch/arm/mach-omap2/
Domap_hwmod.c234 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()
833 soc_ops.disable_direct_prcm(oh); in _init_main_clk()
1410 if (soc_ops.init_clkdm) in _init_clocks()
1411 ret |= soc_ops.init_clkdm(oh); in _init_clocks()
1476 if (!soc_ops.assert_hardreset) in _assert_hardreset()
1483 ret = soc_ops.assert_hardreset(oh, &ohri); in _assert_hardreset()
1509 if (!soc_ops.deassert_hardreset) in _deassert_hardreset()
1532 if (soc_ops.enable_module) in _deassert_hardreset()
[all …]
/Linux-v4.19/arch/c6x/include/asm/
Dsoc.h15 struct soc_ops { struct
23 extern struct soc_ops soc_ops; argument
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-hisi.c141 const struct pcie_soc_ops *soc_ops; member
220 return hisi_pcie->soc_ops->hisi_pcie_link_up(hisi_pcie); in hisi_pcie_link_up()
283 hisi_pcie->soc_ops = of_device_get_match_data(dev); in hisi_pcie_probe()
/Linux-v4.19/arch/c6x/platforms/
Dmegamod-pic.c343 soc_ops.get_exception = get_exception; in megamod_pic_init()
344 soc_ops.assert_event = assert_event; in megamod_pic_init()