Home
last modified time | relevance | path

Searched refs:physBase (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c100 regMap = (struct UartRegisterMap *)device->resource.physBase; in SampleUartHostWrite()
123 regMap = (struct UartRegisterMap *)device->resource.physBase; in SampleUartHostSetBaud()
159 struct UartRegisterMap *regMap = (struct UartRegisterMap *)resource->physBase; in InitUartDevice()
201 resource->physBase = (unsigned long)OsalIoRemap(resource->base, 0x48); in GetUartDeviceResource()
202 if (resource->physBase == 0) { in GetUartDeviceResource()
259 struct UartRegisterMap *regMap = (struct UartRegisterMap *)device->resource.physBase; in DeinitUartDevice()
264 OsalIoUnmap((void *)device->resource.physBase); in DeinitUartDevice()
H A Duart_dispatch_sample.c22 struct UartRegisterMap *regMap = (struct UartRegisterMap *)device->resource.physBase; in SampleDispatchWrite()
33 regMap = (struct UartRegisterMap *)device->resource.physBase; in SampleDispatchWrite()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-uart-develop.md242 unsigned long physBase; // 物理地址
461 if (port->physBase != 0) {
462 OsalIoUnmap((void *)port->physBase); // 地址反映射
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/include/
H A Duart_pl011_sample.h52 unsigned long physBase; member
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-uart-develop.md219 unsigned long physBase; // Physical base address.
438 if (port->physBase != 0) {
439 OsalIoUnmap((void *)port->physBase); // Unmap addresses.
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_asr.c55 unsigned long physBase; member
H A Dgpio_bes.c52 unsigned long physBase; member