Home
last modified time | relevance | path

Searched refs:regStep (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/watchdog/
H A Dwatchdog_hi35xx.c42 uint32_t regStep; member
199 ret = drsOps->GetUint32(node, "regStep", &hwdt->regStep, 0); in Hi35xxWatchdogReadDrs()
201 HDF_LOGE("%s: read regStep fail!", __func__); in Hi35xxWatchdogReadDrs()
231 hwdt->regBase = OsalIoRemap(hwdt->phyBase, hwdt->regStep); in Hi35xxWatchdogBind()
/device/soc/hisilicon/common/platform/gpio/
H A Dgpio_hi35xx.c65 uint32_t regStep; member
450 groups[i].regBase = pl061->regBase + i * pl061->regStep; in Pl061GpioInitGroups()
548 ret = drsOps->GetUint32(node, "regStep", &pl061->regStep, 0); in Pl061GpioReadDrs()
550 HDF_LOGE("%s: failed to read regStep!", __func__); in Pl061GpioReadDrs()
638 pl061->regBase = OsalIoRemap(pl061->phyBase, pl061->groupNum * pl061->regStep); in Pl061GpioInit()

Completed in 2 milliseconds