Lines Matching defs:l
66 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument
67 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument
68 #define TPM_INT_VECTOR(l) (0x000C | ((l) << 12)) argument
69 #define TPM_INT_STATUS(l) (0x0010 | ((l) << 12)) argument
70 #define TPM_INTF_CAPS(l) (0x0014 | ((l) << 12)) argument
71 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument
72 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument
74 #define TPM_DID_VID(l) (0x0F00 | ((l) << 12)) argument
75 #define TPM_RID(l) (0x0F04 | ((l) << 12)) argument
80 static int check_locality(struct tpm_chip *chip, int l) in check_locality()
90 static void release_locality(struct tpm_chip *chip, int l, int force) in release_locality()
99 static int request_locality(struct tpm_chip *chip, int l) in request_locality()