OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__read_2
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/atari/atari/
be_bus.c
165
#define
__read_2
(h, o) *((volatile uint16_t *)((h) + (o)))
macro
311
return
__read_2
(h, o);
393
*a =
__read_2
(h, o);
484
*a =
__read_2
(h, o);
mainbus.c
146
#define
__read_2
(t, h, o) \
macro
281
return
__read_2
(t, h, o);
443
*a =
__read_2
(t, h, o);
le_bus.c
249
#define
__read_2
(h, o) swap16(*((volatile uint16_t *)((h) + (o))))
macro
395
return
__read_2
(h, o);
538
*a =
__read_2
(h, o);
701
*a =
__read_2
(h, o);
/src/sys/arch/ews4800mips/include/
bus.h
243
#ifndef
__read_2
244
#define
__read_2
(a) (*(volatile uint16_t *)(a))
macro
/src/sys/arch/playstation2/include/
bus.h
244
#ifndef
__read_2
245
#define
__read_2
(a) (*(volatile u_int16_t *)(a))
macro
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025