Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
max1617.h File Reference

Go to the source code of this file.

Macros

#define MAX1617_AMB_TEMP   0x00 /* Ambient temp in C */
 
#define MAX1617_CPU_TEMP   0x01 /* Processor die temp in C */
 
#define MAX1617_STATUS   0x02 /* Chip status bits */
 
#define MAX1617_RD_CFG_BYTE   0x03 /* Config register */
 
#define MAX1617_RD_CVRATE_BYTE   0x04 /* Temp conversion rate */
 
#define MAX1617_RD_AMB_HIGHLIM   0x05 /* Ambient high limit */
 
#define MAX1617_RD_AMB_LOWLIM   0x06 /* Ambient low limit */
 
#define MAX1617_RD_CPU_HIGHLIM   0x07 /* Processor high limit */
 
#define MAX1617_RD_CPU_LOWLIM   0x08 /* Processor low limit */
 
#define MAX1617_WR_CFG_BYTE   0x09
 
#define MAX1617_WR_CVRATE_BYTE   0x0a
 
#define MAX1617_WR_AMB_HIGHLIM   0x0b
 
#define MAX1617_WR_AMB_LOWLIM   0x0c
 
#define MAX1617_WR_CPU_HIGHLIM   0x0d
 
#define MAX1617_WR_CPU_LOWLIM   0x0e
 
#define MAX1617_ONESHOT   0x0f
 

Macro Definition Documentation

#define MAX1617_AMB_TEMP   0x00 /* Ambient temp in C */

Definition at line 5 of file max1617.h.

#define MAX1617_CPU_TEMP   0x01 /* Processor die temp in C */

Definition at line 6 of file max1617.h.

#define MAX1617_ONESHOT   0x0f

Definition at line 25 of file max1617.h.

#define MAX1617_RD_AMB_HIGHLIM   0x05 /* Ambient high limit */

Definition at line 12 of file max1617.h.

#define MAX1617_RD_AMB_LOWLIM   0x06 /* Ambient low limit */

Definition at line 13 of file max1617.h.

#define MAX1617_RD_CFG_BYTE   0x03 /* Config register */

Definition at line 10 of file max1617.h.

#define MAX1617_RD_CPU_HIGHLIM   0x07 /* Processor high limit */

Definition at line 14 of file max1617.h.

#define MAX1617_RD_CPU_LOWLIM   0x08 /* Processor low limit */

Definition at line 15 of file max1617.h.

#define MAX1617_RD_CVRATE_BYTE   0x04 /* Temp conversion rate */

Definition at line 11 of file max1617.h.

#define MAX1617_STATUS   0x02 /* Chip status bits */

Definition at line 7 of file max1617.h.

#define MAX1617_WR_AMB_HIGHLIM   0x0b

Definition at line 20 of file max1617.h.

#define MAX1617_WR_AMB_LOWLIM   0x0c

Definition at line 21 of file max1617.h.

#define MAX1617_WR_CFG_BYTE   0x09

Definition at line 18 of file max1617.h.

#define MAX1617_WR_CPU_HIGHLIM   0x0d

Definition at line 22 of file max1617.h.

#define MAX1617_WR_CPU_LOWLIM   0x0e

Definition at line 23 of file max1617.h.

#define MAX1617_WR_CVRATE_BYTE   0x0a

Definition at line 19 of file max1617.h.