Searched refs:TPM_WR_COMBINE (Results 1 – 1 of 1) sorted by relevance
23722 #define TPM_WR_COMBINE(base, value) (TPM_COMBINE_REG(base) = (value)) macro23723 #define TPM_RMW_COMBINE(base, mask, value) (TPM_WR_COMBINE(base, (TPM_RD_COMBINE(base) & ~(mask)) |…