OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__abs_rs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/alpha/include/
bus_funcs.h
70
#define
__abs_rs
(sz, tn, t, h, o) \
macro
153
#define bus_space_read_1(t, h, o)
__abs_rs
(1,uint8_t,(t),(h),(o))
154
#define bus_space_read_2(t, h, o)
__abs_rs
(2,uint16_t,(t),(h),(o))
155
#define bus_space_read_4(t, h, o)
__abs_rs
(4,uint32_t,(t),(h),(o))
156
#define bus_space_read_8(t, h, o)
__abs_rs
(8,uint64_t,(t),(h),(o))
/src/sys/arch/atari/include/
bus_funcs.h
97
#define
__abs_rs
(sz, t, h, o) \
macro
136
#define bus_space_read_1(t, h, o)
__abs_rs
(1,(t),(h),(o))
137
#define bus_space_read_2(t, h, o)
__abs_rs
(2,(t),(h),(o))
138
#define bus_space_read_4(t, h, o)
__abs_rs
(4,(t),(h),(o))
139
#define bus_space_read_8(t, h, o)
__abs_rs
(8,(t),(h),(o))
Completed in 11 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025