OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__bs_rss
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbsh3/include/
bus_funcs.h
78
#define
__bs_rss
(sz, tn, t, h, o) \
macro
156
#define bus_space_read_stream_1(t, h, o)
__bs_rss
(1,uint8_t,(t),(h),(o))
157
#define bus_space_read_stream_2(t, h, o)
__bs_rss
(2,uint16_t,(t),(h),(o))
158
#define bus_space_read_stream_4(t, h, o)
__bs_rss
(4,uint32_t,(t),(h),(o))
159
#define bus_space_read_stream_8(t, h, o)
__bs_rss
(8,uint64_t,(t),(h),(o))
/src/sys/arch/hpcmips/include/
bus.h
278
#define
__bs_rss
(sz, t, h, o) \
macro
415
#define bus_space_read_stream_1(t, h, o)
__bs_rss
(1,(t),(h),(o))
416
#define bus_space_read_stream_2(t, h, o)
__bs_rss
(2,(t),(h),(o))
417
#define bus_space_read_stream_4(t, h, o)
__bs_rss
(4,(t),(h),(o))
418
#define bus_space_read_stream_8(t, h, o)
__bs_rss
(8,(t),(h),(o))
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025