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

/netbsd-6-1-5-RELEASE/sys/arch/atari/include/
H A Diomap.h39 vaddr_t stio_addr; /* Where the st io-area is mapped */ variable
40 #define AD_STIO (stio_addr) /* .. see atari_init.c */
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Datari_init.c632 stio_addr = 0xff8000; /* XXX: For TT & Falcon only */
744 stio_addr = ioaddr;
746 pg = &pt[stio_addr / PAGE_SIZE];
H A Dlocore.s384 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
418 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
439 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
454 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
732 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
754 movl _C_LABEL(stio_addr),%a0 | get KVA of ST-IO area
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Datari5380.c503 volatile uint8_t *data_p = (volatile uint8_t *)(stio_addr + 0x741);

Completed in 112 milliseconds