diff options
Diffstat (limited to 'firmware/export/pp5020.h')
| -rw-r--r-- | firmware/export/pp5020.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/pp5020.h b/firmware/export/pp5020.h index 35fe09c..2d8d0e1 100644 --- a/firmware/export/pp5020.h +++ b/firmware/export/pp5020.h @@ -690,4 +690,8 @@ #define DMA_INCR_WIDTH_32BIT (0x2 << 28) /* All other values reserved? */ +/* Timer frequency */ +/* Portalplayer chips use a microsecond timer. */ +#define TIMER_FREQ 1000000 + #endif /* __PP5020_H__ */ |