Searched refs:stio_addr (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/atari/include/
H A Diomap.h39 extern vaddr_t stio_addr; /* Where the st io-area is mapped */
40 #define AD_STIO (stio_addr) /* .. see atari_init.c */
/netbsd-current/sys/arch/atari/atari/
H A Datari_init.c160 vaddr_t stio_addr; /* Where the st io-area is mapped */ variable
850 stio_addr = 0xff8000; /* XXX: For TT & Falcon only */
961 stio_addr = ioaddr;
963 pg = &pt[stio_addr / PAGE_SIZE];
H A Dlocore.s383 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
/netbsd-current/sys/arch/atari/dev/
H A Datari5380.c501 volatile uint8_t *data_p = (volatile uint8_t *)(stio_addr + 0x741);

Completed in 132 milliseconds