OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memctl
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/sbus/
p9100.c
1732
uint32_t bits, scr,
memctl
, mem;
local
1743
memctl
= 3;
1751
memctl
= 2;
1763
memctl
= 1; /* 0 */
1820
DPRINTF("old
memctl
: %08x\n", mem);
1824
mem |= (
memctl
<< 10) | (
memctl
<< 13);
1827
DPRINTF("new
memctl
: %08x\n", mem);
p9100.c
1732
uint32_t bits, scr,
memctl
, mem;
local
1743
memctl
= 3;
1751
memctl
= 2;
1763
memctl
= 1; /* 0 */
1820
DPRINTF("old
memctl
: %08x\n", mem);
1824
mem |= (
memctl
<< 10) | (
memctl
<< 13);
1827
DPRINTF("new
memctl
: %08x\n", mem);
/src/sys/dev/pci/
veritefb.c
888
uint32_t
memctl
, crtcctl, offset, screenwidth;
local
923
memctl
= vfb_read4(sc, VFB_MEMCTL) & ~VFB_MEMCTL_HOLDREFRESH;
924
vfb_write4(sc, VFB_MEMCTL,
memctl
| VFB_MEMCTL_WREFRESH_DEFAULT);
927
memctl
= vfb_read4(sc, VFB_MEMCTL) & ~VFB_MEMCTL_ADRSWIZZLE_MASK;
928
vfb_write4(sc, VFB_MEMCTL,
memctl
);
veritefb.c
888
uint32_t
memctl
, crtcctl, offset, screenwidth;
local
923
memctl
= vfb_read4(sc, VFB_MEMCTL) & ~VFB_MEMCTL_HOLDREFRESH;
924
vfb_write4(sc, VFB_MEMCTL,
memctl
| VFB_MEMCTL_WREFRESH_DEFAULT);
927
memctl
= vfb_read4(sc, VFB_MEMCTL) & ~VFB_MEMCTL_ADRSWIZZLE_MASK;
928
vfb_write4(sc, VFB_MEMCTL,
memctl
);
Completed in 82 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026