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
88 * struct sysc_capabilities - capabilities for an interconnect target module
89 * @type: sysc type identifier for the module
92 * @mod_quirks: bitmask of module specific quirks
102 * struct sysc_config - configuration for an interconnect target module
127 * struct ti_sysc_module_data - ti-sysc to hwmod translation data for a module
128 * @name: legacy "ti,hwmods" module name
129 * @module_pa: physical address of the interconnect target module
130 * @module_size: size of the interconnect target module
133 * @cap: interconnect target module capabilities
134 * @cfg: interconnect target module configuration
137 * based on device tree data parsed by ti-sysc driver.