Searched refs:physBase (Results 1 – 7 of 7) sorted by relevance
100 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()
22 struct UartRegisterMap *regMap = (struct UartRegisterMap *)device->resource.physBase; in SampleDispatchWrite()33 regMap = (struct UartRegisterMap *)device->resource.physBase; in SampleDispatchWrite()
242 unsigned long physBase; // 物理地址461 if (port->physBase != 0) { 462 OsalIoUnmap((void *)port->physBase); // 地址反映射
52 unsigned long physBase; member
219 unsigned long physBase; // Physical base address.438 if (port->physBase != 0) { 439 OsalIoUnmap((void *)port->physBase); // Unmap addresses.
55 unsigned long physBase; member