Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/marvell/armada/a8k/common/
H A Dplat_thermal.c48 if (tsen_cfg == NULL && tsen_cfg->regs_base == NULL) { in ext_tsen_probe()
52 base = (struct tsen_regs *)tsen_cfg->regs_base; in ext_tsen_probe()
92 base = (struct tsen_regs *)tsen_cfg->regs_base; in ext_tsen_read()
122 .regs_base = (void *)MVEBU_AP_EXT_TSEN_BASE,
/rk3399_ARM-atf/include/drivers/marvell/
H A Dthermal.h20 void *regs_base; member