Searched refs:crb_wait_for_reg_32 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm_crb.c | 111 static bool crb_wait_for_reg_32(u32 __iomem *reg, u32 mask, u32 value, in crb_wait_for_reg_32() function 155 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_go_idle() 197 if (!crb_wait_for_reg_32(&priv->regs_t->ctrl_req, in __crb_cmd_ready() 226 if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, value, value, in __crb_request_locality() 253 if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, mask, value, in __crb_relinquish_locality()
|