OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__bs_pe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/include/
bus_funcs.h
103
#define
__bs_pe
(sz, t, h, o, v) \
macro
339
#define bus_space_peek_1(t, h, o, p)
__bs_pe
(1,(t),(h),(o),(p))
340
#define bus_space_peek_2(t, h, o, p)
__bs_pe
(2,(t),(h),(o),(p))
341
#define bus_space_peek_4(t, h, o, p)
__bs_pe
(4,(t),(h),(o),(p))
343
#define bus_space_peek_8(t, h, o, p)
__bs_pe
(8,(t),(h),(o),(p))
/src/sys/arch/riscv/include/
bus_funcs.h
99
#define
__bs_pe
(sz, t, h, o, v) \
macro
305
#define bus_space_peek_1(t, h, o, p)
__bs_pe
(1,(t),(h),(o),(p))
306
#define bus_space_peek_2(t, h, o, p)
__bs_pe
(2,(t),(h),(o),(p))
307
#define bus_space_peek_4(t, h, o, p)
__bs_pe
(4,(t),(h),(o),(p))
308
#define bus_space_peek_8(t, h, o, p)
__bs_pe
(8,(t),(h),(o),(p))
Completed in 222 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025