OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TGA_REG_EPDR
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
tgareg.h
159
#define
TGA_REG_EPDR
0x07c /* Palette and DAC Data */
tga.c
1384
TGAWREG(dc,
TGA_REG_EPDR
, (btreg << 9) | (0 << 8 ) | val); /* XXX */
1385
TGAREGWB(dc,
TGA_REG_EPDR
, 1);
1422
rdval = TGARREG(dc,
TGA_REG_EPDR
);
1444
TGAREGWB(dc,
TGA_REG_EPDR
, 1);
1445
TGAWREG(dc,
TGA_REG_EPDR
, (btreg << 10) | 0x100 | val);
1446
TGAREGWB(dc,
TGA_REG_EPDR
, 1);
1447
TGAWREG(dc,
TGA_REG_EPDR
, (btreg << 10) | 0x000 | val);
1448
TGAREGWB(dc,
TGA_REG_EPDR
, 1);
1449
TGAWREG(dc,
TGA_REG_EPDR
, (btreg << 10) | 0x100 | val);
1464
rdval = TGARREG(dc,
TGA_REG_EPDR
);
[
all
...]
Completed in 127 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025