Searched refs:regBasePhy (Results 1 - 4 of 4) sorted by relevance
/device/soc/hisilicon/common/platform/adc/ |
H A D | adc_hi35xx.c | 34 uint32_t regBasePhy; member 241 ret = drsOps->GetUint32(node, "regBasePhy", &hi35xx->regBasePhy, 0); in Hi35xxAdcReadDrs() 243 HDF_LOGE("%s: read regBasePhy failed", __func__); in Hi35xxAdcReadDrs() 321 hi35xx->regBase = OsalIoRemap(hi35xx->regBasePhy, hi35xx->regSize); in Hi35xxAdcParseInit()
|
/device/soc/hisilicon/common/platform/mtd/hifmc100/common/ |
H A D | hifmc100.c | 130 ret = drsOps->GetUint32(node, "regBase", &cntlr->regBasePhy, 0); in HifmcCntlrReadDrs() 151 cntlr->regBase = OsalIoRemap(cntlr->regBasePhy, cntlr->regSize); in HifmcCntlrReadDrs() 289 HDF_LOGD("%s: cntlr regBase=%p(phyBase:0x%x)", __func__, cntlr->regBase, cntlr->regBasePhy); in HifmcCntlrInitAfterScan()
|
H A D | hifmc100.h | 27 uint32_t regBasePhy; member
|
/device/soc/hisilicon/common/platform/i2c/ |
H A D | i2c_hi35xx.c | 57 uint32_t regBasePhy; member 605 ret = drsOps->GetUint32(node, "reg_pbase", &hi35xx->regBasePhy, 0); in Hi35xxI2cReadDrs() 661 hi35xx->regBase = OsalIoRemap(hi35xx->regBasePhy, hi35xx->regSize); in Hi35xxI2cParseAndInit()
|
Completed in 5 milliseconds