arm64/imx9: tpm: fix TPM_FILTER_CHXFVAL_MASK macro
This commit is contained in:
parent
0da4e44e48
commit
a0f0252e92
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
|
||||
/* FILTER */
|
||||
|
||||
#define TPM_FILTER_CHXFVAL_MASK(ch) (0xf << ((ch) * 4))) /* Channel filter value */
|
||||
#define TPM_FILTER_CHXFVAL_MASK(ch) (0xf << ((ch) * 4)) /* Channel filter value */
|
||||
|
||||
/* QDCTRL */
|
||||
|
||||
|
|
Loading…
Reference in a new issue