|
XenevaOS
|
#include "uspios.h"

Go to the source code of this file.
Macros | |
| #define | ARM_IO_BASE 0x3F000000 |
| #define | GPU_IO_BASE 0x7E000000 |
| #define | GPU_CACHED_BASE 0x40000000 |
| #define | GPU_UNCACHED_BASE 0xC0000000 |
| #define | GPU_MEM_BASE GPU_UNCACHED_BASE |
| #define | BUS_ADDRESS(phys) (((phys) & ~0xC0000000) | GPU_MEM_BASE) |
| #define | ARM_USB_BASE (ARM_IO_BASE + 0x980000) |
| #define | ARM_USB_CORE_BASE ARM_USB_BASE |
| #define | ARM_USB_HOST_BASE (ARM_USB_BASE + 0x400) |
| #define | ARM_USB_POWER (ARM_USB_BASE + 0xE00) |
| #define ARM_IO_BASE 0x3F000000 |
| #define ARM_USB_BASE (ARM_IO_BASE + 0x980000) |
| #define ARM_USB_CORE_BASE ARM_USB_BASE |
| #define ARM_USB_HOST_BASE (ARM_USB_BASE + 0x400) |
| #define ARM_USB_POWER (ARM_USB_BASE + 0xE00) |
| #define BUS_ADDRESS | ( | phys | ) | (((phys) & ~0xC0000000) | GPU_MEM_BASE) |
| #define GPU_CACHED_BASE 0x40000000 |
| #define GPU_IO_BASE 0x7E000000 |
| #define GPU_MEM_BASE GPU_UNCACHED_BASE |
| #define GPU_UNCACHED_BASE 0xC0000000 |