Home
last modified time | relevance | path

Searched refs:CRB_CANCEL_INVOKE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/char/tpm/
Dtpm_crb.c60 CRB_CANCEL_INVOKE = BIT(0), enumerator
178 iowrite32(cpu_to_le32(CRB_CANCEL_INVOKE), &priv->cca->cancel); in crb_cancel()
194 return (cancel & CRB_CANCEL_INVOKE) == CRB_CANCEL_INVOKE; in crb_req_canceled()