Lines Matching +full:freq +full:- +full:domain
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2009-2010 Texas Instruments Incorporated - https://www.ti.com/
25 * struct omap_opp_def - OMAP OPP Definition
26 * @hwmod_name: Name of the hwmod for this domain
27 * @freq: Frequency in hertz corresponding to this OPP
29 * @default_available: True/false - is this OPP available by default
32 * pairs that the device will support per voltage domain. This is called
35 * domain, you can have a set of {frequency, voltage} pairs and this is denoted
39 * which belongs to a voltage domain may define their own set of OPPs on top
40 * of this - but this is handled by the appropriate driver.
45 unsigned long freq; member
58 .freq = _freq, \