Home
last modified time | relevance | path

Searched refs:REG_MAPPABLE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/atari/vme/
Det4000.c74 #define REG_MAPPABLE (8 * 1024) /* 0x2000 */ macro
100 { 0xfebf0000, REG_MAPPABLE, 0xfec00000, FRAME_MAPPABLE }, /* Crazy Dots VME & II */
101 { 0xfed00000, REG_MAPPABLE, 0xfec00000, FRAME_MAPPABLE }, /* Spektrum I & HC */
102 { 0xfed80000, REG_MAPPABLE, 0xfec00000, FRAME_MAPPABLE } /* Spektrum TC */
/netbsd/src/sys/arch/atari/dev/
Dgrfabs_et.c77 #define REG_MAPPABLE (16 * 1024) macro
331 bm->reg_size = REG_MAPPABLE; in et_alloc_view()