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.
14 lines
430 B
14 lines
430 B
#ifndef __ASM_LASAT_LASATINT_H
|
|
#define __ASM_LASAT_LASATINT_H
|
|
|
|
/* 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
|
|
|
|
#endif /* __ASM_LASAT_LASATINT_H */
|
|
|