Search
lxdream.org :: lxdream/src/asic.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/asic.h
changeset 189:615b70cfd729
prev184:a1f69295dda1
next244:4c2b7291d3b0
author nkeynes
date Sat Dec 16 12:37:44 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add activation and status functions
file annotate diff log raw
1.1 --- a/src/asic.h Sun Jul 09 23:06:58 2006 +0000
1.2 +++ b/src/asic.h Sat Dec 16 12:37:44 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: asic.h,v 1.12 2006-07-09 23:06:58 nkeynes Exp $
1.6 + * $Id: asic.h,v 1.13 2006-08-02 04:06:42 nkeynes Exp $
1.7 *
1.8 * Support for the miscellaneous ASIC functions (Primarily event multiplexing,
1.9 * and DMA). Includes MMIO definitions for the 5f6000 and 5f7000 regions,
1.10 @@ -190,11 +190,13 @@
1.11 #define EVENT_PVR_DMA 19
1.12 #define EVENT_PVR_PUNCHOUT_DONE 21
1.13
1.14 +#define EVENT_TA_ERROR 31
1.15 #define EVENT_IDE 32
1.16 #define EVENT_AICA 33
1.17
1.18 #define EVENT_PVR_PRIM_ALLOC_FAIL 66
1.19 #define EVENT_PVR_MATRIX_ALLOC_FAIL 67
1.20 +#define EVENT_PVR_BAD_INPUT 68
1.21
1.22 /**
1.23 * Raise an ASIC event
.