Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5195
b: refs/heads/master
c: 3dcce8e
h: refs/heads/master
i:
  5193: 3d364d9
  5191: 932efea
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 27, 2005
1 parent 1119739 commit e6302b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebb81fdb3dd0be7514b84197c4f8388a17130f04
refs/heads/master: 3dcce8e22bf9956ac2c5233539cac07c978e58c7
4 changes: 2 additions & 2 deletions trunk/drivers/char/tpm/tpm_infineon.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ enum infineon_tpm_status_bits {
enum infineon_tpm_values {
CHIP_ID1 = 0x20,
CHIP_ID2 = 0x21,
DAR = 0x30,
TPM_DAR = 0x30,
RESET_LP_IRQC_DISABLE = 0x41,
ENABLE_REGISTER_PAIR = 0x55,
IOLIMH = 0x60,
Expand Down Expand Up @@ -390,7 +390,7 @@ static int __devinit tpm_inf_probe(struct pci_dev *pci_dev,
}

/* activate register */
outb(DAR, TPM_ADDR);
outb(TPM_DAR, TPM_ADDR);
outb(0x01, TPM_DATA);
outb(DISABLE_REGISTER_PAIR, TPM_ADDR);

Expand Down

0 comments on commit e6302b0

Please sign in to comment.