OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__read_4
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/atari/atari/
be_bus.c
166
#define
__read_4
(h, o) *((volatile uint32_t *)((h) + (o)))
macro
318
return
__read_4
(h, o);
402
*a =
__read_4
(h, o);
493
*a =
__read_4
(h, o);
mainbus.c
148
#define
__read_4
(t, h, o) \
macro
288
return
__read_4
(t, h, o);
452
*a =
__read_4
(t, h, o);
le_bus.c
250
#define
__read_4
(h, o) swap32(*((volatile uint32_t *)((h) + (o))))
macro
402
return
__read_4
(h, o);
547
*a =
__read_4
(h, o);
710
*a =
__read_4
(h, o);
/src/sys/arch/ews4800mips/include/
bus.h
246
#ifndef
__read_4
247
#define
__read_4
(a) (*(volatile uint32_t *)(a))
macro
/src/sys/arch/playstation2/include/
bus.h
247
#ifndef
__read_4
248
#define
__read_4
(a) (*(volatile u_int32_t *)(a))
macro
Completed in 16 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025