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

Go to the source code of this file.

Macros

#define atmel_getb(chip, offset)   inb(chip->vendor->base + offset)
 
#define atmel_putb(val, chip, offset)   outb(val, chip->vendor->base + offset)
 
#define atmel_request_region   request_region
 
#define atmel_release_region   release_region
 

Enumerations

enum  tpm_atmel_addr { TPM_ATMEL_BASE_ADDR_LO = 0x08, TPM_ATMEL_BASE_ADDR_HI = 0x09 }
 

Macro Definition Documentation

#define atmel_getb (   chip,
  offset 
)    inb(chip->vendor->base + offset)

Definition at line 81 of file tpm_atmel.h.

#define atmel_putb (   val,
  chip,
  offset 
)    outb(val, chip->vendor->base + offset)

Definition at line 82 of file tpm_atmel.h.

#define atmel_release_region   release_region

Definition at line 84 of file tpm_atmel.h.

#define atmel_request_region   request_region

Definition at line 83 of file tpm_atmel.h.

Enumeration Type Documentation

Enumerator:
TPM_ATMEL_BASE_ADDR_LO 
TPM_ATMEL_BASE_ADDR_HI 

Definition at line 86 of file tpm_atmel.h.