Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
cputype.h File Reference
#include <mach/common.h>

Go to the source code of this file.

Data Structures

struct  davinci_id
 

Macros

#define DAVINCI_CPU_ID_DM6446   0x64460000
 
#define DAVINCI_CPU_ID_DM6467   0x64670000
 
#define DAVINCI_CPU_ID_DM355   0x03550000
 
#define DAVINCI_CPU_ID_DM365   0x03650000
 
#define DAVINCI_CPU_ID_DA830   0x08300000
 
#define DAVINCI_CPU_ID_DA850   0x08500000
 
#define DAVINCI_CPU_ID_TNETV107X   0x0b8a0000
 
#define IS_DAVINCI_CPU(type, id)
 
#define cpu_is_davinci_dm644x()   0
 
#define cpu_is_davinci_dm646x()   0
 
#define cpu_is_davinci_dm355()   0
 
#define cpu_is_davinci_dm365()   0
 
#define cpu_is_davinci_da830()   0
 
#define cpu_is_davinci_da850()   0
 
#define cpu_is_davinci_tnetv107x()   0
 

Macro Definition Documentation

#define cpu_is_davinci_da830 ( )    0

Definition at line 79 of file cputype.h.

#define cpu_is_davinci_da850 ( )    0

Definition at line 85 of file cputype.h.

#define cpu_is_davinci_dm355 ( )    0

Definition at line 67 of file cputype.h.

#define cpu_is_davinci_dm365 ( )    0

Definition at line 73 of file cputype.h.

#define cpu_is_davinci_dm644x ( )    0

Definition at line 55 of file cputype.h.

#define cpu_is_davinci_dm646x ( )    0

Definition at line 61 of file cputype.h.

#define cpu_is_davinci_tnetv107x ( )    0

Definition at line 91 of file cputype.h.

#define DAVINCI_CPU_ID_DA830   0x08300000

Definition at line 34 of file cputype.h.

#define DAVINCI_CPU_ID_DA850   0x08500000

Definition at line 35 of file cputype.h.

#define DAVINCI_CPU_ID_DM355   0x03550000

Definition at line 32 of file cputype.h.

#define DAVINCI_CPU_ID_DM365   0x03650000

Definition at line 33 of file cputype.h.

#define DAVINCI_CPU_ID_DM6446   0x64460000

Definition at line 30 of file cputype.h.

#define DAVINCI_CPU_ID_DM6467   0x64670000

Definition at line 31 of file cputype.h.

#define DAVINCI_CPU_ID_TNETV107X   0x0b8a0000

Definition at line 36 of file cputype.h.

#define IS_DAVINCI_CPU (   type,
  id 
)
Value:
static inline int is_davinci_ ##type(void) \
{ \
return (davinci_soc_info.cpu_id == (id)); \
}

Definition at line 38 of file cputype.h.