Changes in uspace/drv/platform/amdm37x/amdm37x.c [0f2a9be:aa537a5a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/platform/amdm37x/amdm37x.c
r0f2a9be raa537a5a 44 44 #include <stdio.h> 45 45 46 static void log(const volatile void *place, uint32_t val, volatile void* base, size_t size, void *data, bool write) 46 static void 47 log(const volatile void *place, uint64_t val, volatile void *base, size_t size, 48 void *data, bool write) 47 49 { 48 printf("PIO %s: %p(%p) %#"PRIx 32"\n", write ? "WRITE" : "READ",50 printf("PIO %s: %p(%p) %#"PRIx64"\n", write ? "WRITE" : "READ", 49 51 (place - base) + data, place, val); 50 52 }
Note:
See TracChangeset
for help on using the changeset viewer.