OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__bs_po
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/include/
bus_funcs.h
105
#define
__bs_po
(sz, t, h, o, v) \
macro
346
#define bus_space_poke_1(t, h, o, v)
__bs_po
(1,(t),(h),(o),(v))
347
#define bus_space_poke_2(t, h, o, v)
__bs_po
(2,(t),(h),(o),(v))
348
#define bus_space_poke_4(t, h, o, v)
__bs_po
(4,(t),(h),(o),(v))
350
#define bus_space_poke_8(t, h, o, v)
__bs_po
(8,(t),(h),(o),(v))
/src/sys/arch/riscv/include/
bus_funcs.h
101
#define
__bs_po
(sz, t, h, o, v) \
macro
310
#define bus_space_poke_1(t, h, o, v)
__bs_po
(1,(t),(h),(o),(v))
311
#define bus_space_poke_2(t, h, o, v)
__bs_po
(2,(t),(h),(o),(v))
312
#define bus_space_poke_4(t, h, o, v)
__bs_po
(4,(t),(h),(o),(v))
313
#define bus_space_poke_8(t, h, o, v)
__bs_po
(8,(t),(h),(o),(v))
Completed in 13 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025