OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lcdctl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/epoc32/windermere/
wmlcd.c
144
uint32_t
lcdctl
, width, height, addr, depth;
local
178
lcdctl
= bus_space_read_4(sc->sc_iot, sc->sc_ioh,
LCDCTL
);
179
bus_space_write_4(sc->sc_iot, sc->sc_ioh,
LCDCTL
,
lcdctl
& ~LCDCTL_EN);
183
lcdctl
= bus_space_read_4(sc->sc_iot, sc->sc_ioh,
LCDCTL
);
184
bus_space_write_4(sc->sc_iot, sc->sc_ioh,
LCDCTL
,
185
lcdctl
| LCDCTL_EN | LCDCTL_BW);
Completed in 37 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026