Lines Matching +full:0 +full:x0007ffff
25 #define SUN3_CONTROL_MASK (0x0FFFFFFC)
29 #define AC_IDPROM 0x00000000 /* 34 ID PROM, R/O, byte, 32 bytes */
30 #define AC_PAGEMAP 0x10000000 /* 3 Pagemap R/W, long */
31 #define AC_SEGMAP 0x20000000 /* 3 Segment map, byte */
32 #define AC_CONTEXT 0x30000000 /* 34c current mmu-context */
33 #define AC_SENABLE 0x40000000 /* 34c system dvma/cache/reset enable reg*/
34 #define AC_UDVMA_ENB 0x50000000 /* 34 Not used on Sun boards, byte */
35 #define AC_BUS_ERROR 0x60000000 /* 34 Cleared on read, byte. */
36 #define AC_SYNC_ERR 0x60000000 /* c fault type */
37 #define AC_SYNC_VA 0x60000004 /* c fault virtual address */
38 #define AC_ASYNC_ERR 0x60000008 /* c asynchronous fault type */
39 #define AC_ASYNC_VA 0x6000000c /* c async fault virtual address */
40 #define AC_LEDS 0x70000000 /* 34 Zero turns on LEDs, byte */
41 #define AC_CACHETAGS 0x80000000 /* 34c direct access to the VAC tags */
42 #define AC_CACHEDDATA 0x90000000 /* 3 c direct access to the VAC data */
43 #define AC_UDVMA_MAP 0xD0000000 /* 4 Not used on Sun boards, byte */
44 #define AC_VME_VECTOR 0xE0000000 /* 4 For non-Autovector VME, byte */
45 #define AC_BOOT_SCC 0xF0000000 /* 34 bypass to access Zilog 8530. byte.*/
51 #define SUN3_PAGE_TYPE_MASK (0x0c000000)
52 #define SUN3_PAGE_TYPE_MEMORY (0x00000000)
53 #define SUN3_PAGE_TYPE_IO (0x04000000)
54 #define SUN3_PAGE_TYPE_VME16 (0x08000000)
55 #define SUN3_PAGE_TYPE_VME32 (0x0c000000)
58 #define SUN3_PAGE_PGNUM_MASK (0x0007FFFF)
61 #define SUN3_BUSERR_WATCHDOG (0x01)
62 #define SUN3_BUSERR_unused (0x02)
63 #define SUN3_BUSERR_FPAENERR (0x04)
64 #define SUN3_BUSERR_FPABERR (0x08)
65 #define SUN3_BUSERR_VMEBERR (0x10)
66 #define SUN3_BUSERR_TIMEOUT (0x20)
67 #define SUN3_BUSERR_PROTERR (0x40)
68 #define SUN3_BUSERR_INVALID (0x80)