OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stio_addr
(Results
1 - 4
of
4
) sorted by relevancy
/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 */
/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];
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);
Completed in 15 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025