Lines Matching defs:shared
31 * AP and the IPA microcontroller. Each side writes data to the shared area
33 * to the interrupt. Some information found in the shared area is currently
34 * unused. All remaining space in the shared area is reserved, and must not
43 * struct ipa_uc_mem_area - AP/microcontroller shared memory area
64 * A shared memory area at the base of IPA resident memory is used for
129 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa);
132 if (shared->event == IPA_UC_EVENT_ERROR)
134 else if (shared->event != IPA_UC_EVENT_LOG_INFO)
136 shared->event);
143 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa);
154 switch (shared->response) {
168 shared->response);
233 struct ipa_uc_mem_area *shared = ipa_uc_shared(ipa);
238 shared->command = command;
239 shared->command_param = cpu_to_le32(command_param);
240 shared->command_param_hi = 0;
241 shared->response = 0;
242 shared->response_param = 0;