You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
356 B
13 lines
356 B
20 years ago
|
#define LASATINT_END 16
|
||
|
|
||
|
/* lasat 100 */
|
||
|
#define LASAT_INT_STATUS_REG_100 (KSEG1ADDR(0x1c880000))
|
||
|
#define LASAT_INT_MASK_REG_100 (KSEG1ADDR(0x1c890000))
|
||
|
#define LASATINT_MASK_SHIFT_100 0
|
||
|
|
||
|
/* lasat 200 */
|
||
|
#define LASAT_INT_STATUS_REG_200 (KSEG1ADDR(0x1104003c))
|
||
|
#define LASAT_INT_MASK_REG_200 (KSEG1ADDR(0x1104003c))
|
||
|
#define LASATINT_MASK_SHIFT_200 16
|
||
|
|