Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/tpm/
H A Dtpm_crb.c96 struct crb_regs_head __iomem *regs_h; member
279 if (!priv->regs_h) in __crb_request_locality()
282 iowrite32(CRB_LOC_CTRL_REQUEST_ACCESS, &priv->regs_h->loc_ctrl); in __crb_request_locality()
290 if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, value, value, in __crb_request_locality()
313 if (!priv->regs_h) in __crb_relinquish_locality()
316 iowrite32(CRB_LOC_CTRL_RELINQUISH, &priv->regs_h->loc_ctrl); in __crb_relinquish_locality()
324 if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, mask, value, in __crb_relinquish_locality()
661 sizeof(*priv->regs_h)) in crb_map_io()
662 priv->regs_h = *iobase_ptr; in crb_map_io()