Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations | Functions
tpm_atmel.c File Reference
#include "tpm.h"
#include "tpm_atmel.h"

Go to the source code of this file.

Enumerations

enum  tpm_atmel_write_status { ATML_STATUS_ABORT = 0x01, ATML_STATUS_LASTBYTE = 0x04 }
 
enum  tpm_atmel_read_status { ATML_STATUS_BUSY = 0x01, ATML_STATUS_DATA_AVAIL = 0x02, ATML_STATUS_REWRITE = 0x04, ATML_STATUS_READY = 0x08 }
 

Functions

 module_init (init_atmel)
 
 module_exit (cleanup_atmel)
 
 MODULE_AUTHOR ("Leendert van Doorn ([email protected])")
 
 MODULE_DESCRIPTION ("TPM Driver")
 
 MODULE_VERSION ("2.0")
 
 MODULE_LICENSE ("GPL")
 

Enumeration Type Documentation

Enumerator:
ATML_STATUS_BUSY 
ATML_STATUS_DATA_AVAIL 
ATML_STATUS_REWRITE 
ATML_STATUS_READY 

Definition at line 31 of file tpm_atmel.c.

Enumerator:
ATML_STATUS_ABORT 
ATML_STATUS_LASTBYTE 

Definition at line 26 of file tpm_atmel.c.

Function Documentation

MODULE_AUTHOR ( "Leendert van Doorn ([email protected])"  )
MODULE_DESCRIPTION ( "TPM Driver"  )
module_exit ( cleanup_atmel  )
module_init ( init_atmel  )
MODULE_LICENSE ( "GPL"  )
MODULE_VERSION ( "2.0"  )