Lines Matching full:ipa

16  * DOC: IPA/GSI Configuration Data
19 * IPA and GSI resources to use for a given platform. This data is supplied
25 * Resources are data structures used internally by the IPA hardware. The
29 * Endpoint configuration data defines properties of both IPA endpoints and
31 * communication path between the IPA and a particular execution environment
36 * An endpoint is an IPA construct representing a single channel anywhere
37 * in the system. An IPA endpoint ID maps directly to an (EE, channel_id)
40 * added. IPA endpoint and GSI channel configuration data are defined
44 * are common to IPA and GSI (EE ID, channel ID, endpoint ID, and direction);
46 * the IPA endpoint.
52 /** enum ipa_qsb_master_id - array index for IPA QSB configuration data */
67 u8 max_reads_beats; /* Not present for IPA v3.5.1 */
77 * from (and through) the IPA. A GSI channel has a ring buffer made
79 * transfers or IPA immediate commands. TREs are filled by the AP,
80 * and control is passed to IPA hardware by writing the last written
86 * buffer, directed toward the AP from the IPA.
99 * struct ipa_endpoint_data - IPA endpoint configuration data
103 * Not all endpoints support the IPA filtering capability. A filter table
118 * struct ipa_gsi_endpoint_data - GSI channel/IPA endpoint data
121 * @endpoint_id: IPA endpoint ID
124 * @endpoint: IPA endpoint configuration data (see above)
155 * struct ipa_resource_data - IPA resource configuration data
178 * struct ipa_mem_data - description of IPA memory regions
180 * @local: array of IPA-local memory region descriptors
181 * @imem_addr: physical address of IPA region within IMEM
182 * @imem_size: size in bytes of IPA IMEM region
183 * @smem_id: item identifier for IPA region within SMEM memory
184 * @smem_size: size in bytes of the IPA SMEM region
196 * struct ipa_interconnect_data - description of IPA interconnect bandwidths
208 * struct ipa_power_data - description of IPA power configuration data
211 * @interconnect_data: IPA interconnect configuration data
220 * struct ipa_data - combined IPA/GSI configuration data
221 * @version: IPA hardware version
222 * @backward_compat: BCR register value (prior to IPA v4.5 only)
227 * @endpoint_data: IPA endpoint/GSI channel data
228 * @resource_data: IPA resource configuration data
229 * @mem_data: IPA memory region data
230 * @power_data: IPA power data