Home
last modified time | relevance | path

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

/device/qemu/drivers/uart/
H A Duart.c311 uint32_t tmp, regPbase, iomemCount; in UartGetConfigFromHcs() local
340 if (iface->GetUint32(node, "regPbase", &regPbase, 0) != HDF_SUCCESS) { in UartGetConfigFromHcs()
348 port->physBase = (unsigned long)OsalIoRemap(regPbase, iomemCount); in UartGetConfigFromHcs()
/device/soc/hisilicon/common/platform/uart/
H A Duart_hi35xx.c400 uint32_t tmp, regPbase, iomemCount; in UartGetConfigFromHcs() local
429 if (iface->GetUint32(node, "regPbase", &regPbase, 0) != HDF_SUCCESS) { in UartGetConfigFromHcs()
437 port->physBase = (unsigned long)OsalIoRemap(regPbase, iomemCount); in UartGetConfigFromHcs()

Completed in 2 milliseconds