Home
last modified time | relevance | path

Searched full:hwmod (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v6.1/arch/arm/mach-omap2/
Domap_hwmod.h22 * - implement default hwmod SMS/SDRC flags?
155 * struct omap_hwmod_rst_info - IPs reset lines use by hwmod
161 * locally to the hwmod.
170 * struct omap_hwmod_opt_clk - optional clocks used by this hwmod
205 * interface to interact with the hwmod. Used to add sleep dependencies
290 * struct omap_hwmod_class_sysconfig - hwmod class OCP_SYS* data
353 * by the common clock framework and not hwmod.
397 * SDRAM controller, etc. XXX probably belongs outside the main hwmod file
400 * controller, etc. XXX probably belongs outside the main hwmod file
415 * enabled. This prevents the hwmod code from being able to
[all …]
Domap_hwmod.c32 * OMAP hwmod provides a consistent way to describe the on-chip
35 * hardware database. OMAP hwmod provides a standard, consistent API
37 * hwmod provides a way for other core code, such as the Linux device
41 * Using hwmod
43 * Drivers won't call hwmod functions directly. That is done by the
47 * currently how hwmod data is communicated to drivers and to the
51 * From a layering perspective, here is where the OMAP hwmod code
82 * The OMAP hwmod code also will attempt to reset and idle all on-chip
91 * The hwmod code considers modules to be in one of several activity
93 * are registered via the hwmod code, proceed to the REGISTERED state.
[all …]
Domap_device.c90 * _add_hwmod_clocks_clkdev - Add clkdev entry for hwmod optional clocks
95 * For the main clock and every optional clock present per hwmod per
163 dev_err(&pdev->dev, "Cannot lookup hwmod '%s'\n", in omap_device_build_from_dt()
292 * Using the primary hwmod, query the context loss count for this
300 * return the context loss counter for that hwmod, otherwise return
403 dev_warn(dev, "%s: FIXME: missing hwmod/omap_dev info\n", __func__); in _od_fail_runtime_suspend()
409 dev_warn(dev, "%s: FIXME: missing hwmod/omap_dev info\n", __func__); in _od_fail_runtime_resume()
596 * omap_device_get_by_hwmod_name() - convert a hwmod name to
598 * @oh_name: name of the hwmod device
600 * Returns back a struct device * pointer associated with a hwmod
[all …]
Domap_hwmod_reset.c9 * hwmod code to call these functions, which are to be located under
66 * written in respective KICK registers. This is needed for hwmod to write into
87 * registers once hwmod completes its write into sysconfig register.
Domap_hwmod_3xxx_data.c2235 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
2236 * but this will probably require some additional hwmod core support,
2248 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
2249 * but this will probably require some additional hwmod core support,
2276 * XXX Should be connected to an IPSS hwmod, not the L3 directly;
2277 * but this will probably require some additional hwmod core support,
2289 * XXX Should be connected to an IPSS hwmod, not the L4_CORE directly;
2290 * but this will probably require some additional hwmod core support,
2432 /* crypto hwmod links */
2457 /* 3430ES1-only hwmod links */
[all …]
Domap_hwmod_common_data.c26 * To be used by hwmod structure to specify the sysconfig offsets
42 * To be used by hwmod structure to specify the sysconfig offsets if the
Domap_hwmod_common_data.h3 * omap_hwmod_common_data.h - OMAP hwmod common macros and declarations
82 /* OMAP hwmod classes - forward declarations */
DMakefile10 hwmod-common = omap_hwmod.o omap_hwmod_reset.o \
18 obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(hwmod-common)
19 obj-$(CONFIG_ARCH_OMAP3) += $(omap-2-3-common) $(hwmod-common) $(secure-common)
195 # hwmod data
/Linux-v6.1/Documentation/devicetree/bindings/arm/omap/
Domap.txt10 For the moment just point to the existing hwmod, the next step will be
11 to move data from hwmod to device-tree representation.
17 - ti,hwmods: list of hwmod names (ascii strings), that comes from the OMAP
19 one hwmod.
Dcounter.txt6 - ti,hwmods: Name of the hwmod associated to the counter, which is typically
Ddmm.txt14 - ti,hwmods: Name of the hwmod associated to DMM, which is typically "dmm"
Dl3-noc.txt13 - ti,hwmods: "l3_main_1", ... One hwmod for each noc domain.
/Linux-v6.1/include/clocksource/
Dtimer-ti-dm.h8 * Platform device conversion and hwmod support.
55 /* timer capabilities used in hwmod database */
/Linux-v6.1/Documentation/devicetree/bindings/net/
Dcpsw.txt64 resources from TI, omap hwmod data base during device registration.
65 Future plan is to migrate hwmod data base contents into device tree
/Linux-v6.1/Documentation/devicetree/bindings/watchdog/
Domap-wdt.txt5 - ti,hwmods : Name of the hwmod associated to the WDT
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Domap-dmic.txt9 - ti,hwmods: Name of the hwmod associated with OMAP dmic IP
Domap-mcpdm.txt9 - ti,hwmods: Name of the hwmod associated to the McPDM
Domap-mcbsp.txt19 - ti,hwmods: Name of the hwmod associated to the McBSP port
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Domap-usb-tll.txt8 - ti,hwmod : must contain "usb_tll_hs"
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Domap-sham.txt10 - ti,hwmods: Name of the hwmod associated with the SHAM module
Domap-aes.txt12 - ti,hwmods: Name of the hwmod associated with the AES module
Domap-des.txt6 - ti,hwmods: Name of the hwmod associated with the DES module
/Linux-v6.1/include/linux/platform_data/
Di2c-omap.h13 * code using these constants in the hwmod class definition.
/Linux-v6.1/Documentation/devicetree/bindings/mtd/
Dti,elm.yaml42 Name of the HWMOD associated with ELM. This is for legacy
/Linux-v6.1/Documentation/devicetree/bindings/rng/
Domap_rng.yaml22 description: Name of the hwmod associated with the RNG module

123