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