18 #include <linux/errno.h>
25 static inline void msm_a2m_int(
uint32_t irq)
27 #if defined(CONFIG_ARCH_MSM7X30)
34 static inline void notify_other_proc_comm(
void)
39 #define APP_COMMAND 0x00
40 #define APP_STATUS 0x04
41 #define APP_DATA1 0x08
42 #define APP_DATA2 0x0C
44 #define MDM_COMMAND 0x10
45 #define MDM_STATUS 0x14
46 #define MDM_DATA1 0x18
47 #define MDM_DATA2 0x1C
67 if (
readl(addr) == value)
92 notify_other_proc_comm();
111 spin_unlock_irqrestore(&proc_comm_lock, flags);