/src/sys/arch/atari/include/ |
iomap.h | 39 extern vaddr_t stio_addr; /* Where the st io-area is mapped */ 40 #define AD_STIO (stio_addr) /* .. see atari_init.c */
|
iomap.h | 39 extern vaddr_t stio_addr; /* Where the st io-area is mapped */ 40 #define AD_STIO (stio_addr) /* .. see atari_init.c */
|
/src/sys/arch/atari/atari/ |
atari_init.c | 160 vaddr_t stio_addr; /* Where the st io-area is mapped */ variable in typeref:typename:vaddr_t 850 stio_addr = 0xff8000; /* XXX: For TT & Falcon only */ 961 stio_addr = ioaddr; 963 pg = &pt[stio_addr / PAGE_SIZE];
|
atari_init.c | 160 vaddr_t stio_addr; /* Where the st io-area is mapped */ variable in typeref:typename:vaddr_t 850 stio_addr = 0xff8000; /* XXX: For TT & Falcon only */ 961 stio_addr = ioaddr; 963 pg = &pt[stio_addr / PAGE_SIZE];
|
locore.s | 383 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 417 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 438 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 452 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 726 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 748 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
|
locore.s | 383 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 417 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 438 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 452 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 726 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area 748 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
|
/src/sys/arch/atari/dev/ |
atari5380.c | 501 volatile uint8_t *data_p = (volatile uint8_t *)(stio_addr + 0x741);
|
atari5380.c | 501 volatile uint8_t *data_p = (volatile uint8_t *)(stio_addr + 0x741);
|