Lines Matching defs:shared
30 * AP and the IPA microcontroller. Each side writes data to the shared area
32 * to the interrupt. Some information found in the shared area is currently
33 * unused. All remaining space in the shared area is reserved, and must not
42 * struct ipa_uc_mem_area - AP/microcontroller shared memory area
63 * A shared memory area at the base of IPA resident memory is used for
127 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa);
130 if (shared->event == IPA_UC_EVENT_ERROR)
134 shared->event);
140 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa);
150 switch (shared->response) {
158 shared->response);
193 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa);
195 shared->command = command;
196 shared->command_param = cpu_to_le32(command_param);
197 shared->command_param_hi = 0;
198 shared->response = 0;
199 shared->response_param = 0;