OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ioreg8_write
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/evbarm/netwalker/
netwalker_reg.h
64
#define
ioreg8_write
(a,v) (*(volatile uint8_t *)(a) = (v))
macro
/src/sys/arch/evbarm/kobo/
kobo_reg.h
67
#define
ioreg8_write
(a,v) (*(volatile uint8_t *)(a) = (v))
macro
/src/sys/arch/evbarm/gumstix/
gumstixreg.h
72
#define
ioreg8_write
(a,v) (*(volatile uint8_t *)(a)=(v))
macro
/src/sys/arch/evbarm/lubbock/
lubbock_reg.h
94
#define
ioreg8_write
(a,v) (*(volatile uint8_t *)(a)=(v))
macro
/src/sys/arch/zaurus/zaurus/
zaurus_reg.h
60
#define
ioreg8_write
(a,v) (*(volatile uint8_t *)(a)=(v))
macro
/src/sys/arch/evbarm/g42xxeb/
g42xxeb_reg.h
115
#define
ioreg8_write
(a,v) (*(volatile uint8_t *)(a)=(v))
macro
120
#define pldreg8_write(off,v)
ioreg8_write
(G42XXEB_PLDREG_VBASE+(off),v)
Completed in 15 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025