Home
last modified time | relevance | path

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

/device/qemu/drivers/uart/
H A Duart.c311 uint32_t tmp, regPbase, iomemCount; in UartGetConfigFromHcs() local
344 if (iface->GetUint32(node, "iomemCount", &iomemCount, 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
433 if (iface->GetUint32(node, "iomemCount", &iomemCount, 0) != HDF_SUCCESS) { in UartGetConfigFromHcs()
437 port->physBase = (unsigned long)OsalIoRemap(regPbase, iomemCount); in UartGetConfigFromHcs()

Completed in 2 milliseconds