Searched refs:regPbase (Results 1 - 2 of 2) sorted by relevance
/device/qemu/drivers/uart/ |
H A D | uart.c | 311 uint32_t tmp, regPbase, iomemCount; in UartGetConfigFromHcs() local 340 if (iface->GetUint32(node, "regPbase", ®Pbase, 0) != HDF_SUCCESS) { in UartGetConfigFromHcs() 348 port->physBase = (unsigned long)OsalIoRemap(regPbase, iomemCount); in UartGetConfigFromHcs()
|
/device/soc/hisilicon/common/platform/uart/ |
H A D | uart_hi35xx.c | 400 uint32_t tmp, regPbase, iomemCount; in UartGetConfigFromHcs() local 429 if (iface->GetUint32(node, "regPbase", ®Pbase, 0) != HDF_SUCCESS) { in UartGetConfigFromHcs() 437 port->physBase = (unsigned long)OsalIoRemap(regPbase, iomemCount); in UartGetConfigFromHcs()
|
Completed in 2 milliseconds