Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/tpm/
Dtpm_crb.c516 u32 pa_high, pa_low; in crb_map_io() local
587 pa_low = ioread32(&priv->regs_t->ctrl_cmd_pa_low); in crb_map_io()
588 cmd_pa = ((u64)pa_high << 32) | pa_low; in crb_map_io()
606 pa_high, pa_low, cmd_size); in crb_map_io()