Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
proc_comm.c File Reference
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/io.h>
#include <linux/spinlock.h>
#include <mach/msm_iomap.h>
#include "proc_comm.h"

Go to the source code of this file.

Macros

#define APP_COMMAND   0x00
 
#define APP_STATUS   0x04
 
#define APP_DATA1   0x08
 
#define APP_DATA2   0x0C
 
#define MDM_COMMAND   0x10
 
#define MDM_STATUS   0x14
 
#define MDM_DATA1   0x18
 
#define MDM_DATA2   0x1C
 

Functions

int msm_proc_comm (unsigned cmd, unsigned *data1, unsigned *data2)
 
void __devinit proc_comm_boot_wait (void)
 

Variables

int(* msm_check_for_modem_crash )(void)
 

Macro Definition Documentation

#define APP_COMMAND   0x00

Definition at line 39 of file proc_comm.c.

#define APP_DATA1   0x08

Definition at line 41 of file proc_comm.c.

#define APP_DATA2   0x0C

Definition at line 42 of file proc_comm.c.

#define APP_STATUS   0x04

Definition at line 40 of file proc_comm.c.

#define MDM_COMMAND   0x10

Definition at line 44 of file proc_comm.c.

#define MDM_DATA1   0x18

Definition at line 46 of file proc_comm.c.

#define MDM_DATA2   0x1C

Definition at line 47 of file proc_comm.c.

#define MDM_STATUS   0x14

Definition at line 45 of file proc_comm.c.

Function Documentation

int msm_proc_comm ( unsigned  cmd,
unsigned *  data1,
unsigned *  data2 
)

Definition at line 76 of file proc_comm.c.

void __devinit proc_comm_boot_wait ( void  )

Definition at line 123 of file proc_comm.c.

Variable Documentation

int(* msm_check_for_modem_crash)(void)

Definition at line 54 of file proc_comm.c.