Lines Matching +full:target +full:- +full:module
1 /* SPDX-License-Identifier: GPL-2.0 */
29 * struct sysc_regbits - TI OCP_SYSCONFIG register field offsets
39 * Note that 0 is a valid shift, and for ti-sysc.c -ENODEV can be used if a
83 * struct sysc_capabilities - capabilities for an interconnect target module
84 * @type: sysc type identifier for the module
87 * @mod_quirks: bitmask of module specific quirks
97 * struct sysc_config - configuration for an interconnect target module
122 * struct ti_sysc_module_data - ti-sysc to hwmod translation data for a module
123 * @name: legacy "ti,hwmods" module name
124 * @module_pa: physical address of the interconnect target module
125 * @module_size: size of the interconnect target module
128 * @cap: interconnect target module capabilities
129 * @cfg: interconnect target module configuration
132 * based on device tree data parsed by ti-sysc driver.