regs_h             95 drivers/char/tpm/tpm_crb.c 	struct crb_regs_head __iomem *regs_h;
regs_h            222 drivers/char/tpm/tpm_crb.c 	if (!priv->regs_h)
regs_h            225 drivers/char/tpm/tpm_crb.c 	iowrite32(CRB_LOC_CTRL_REQUEST_ACCESS, &priv->regs_h->loc_ctrl);
regs_h            226 drivers/char/tpm/tpm_crb.c 	if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, value, value,
regs_h            249 drivers/char/tpm/tpm_crb.c 	if (!priv->regs_h)
regs_h            252 drivers/char/tpm/tpm_crb.c 	iowrite32(CRB_LOC_CTRL_RELINQUISH, &priv->regs_h->loc_ctrl);
regs_h            253 drivers/char/tpm/tpm_crb.c 	if (!crb_wait_for_reg_32(&priv->regs_h->loc_state, mask, value,
regs_h            527 drivers/char/tpm/tpm_crb.c 		    sizeof(*priv->regs_h))
regs_h            528 drivers/char/tpm/tpm_crb.c 			priv->regs_h = priv->iobase;