Home
last modified time | relevance | path

Searched refs:TGA_REG_GREV (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/pci/
Dtgareg.h86 #define TGA_REG_GREV 0x015 /* Start/Version on TGA, macro
Dtga_conf.c147 grev = TGARREG(dc, TGA_REG_GREV); in tga_identify()
Dtga.c260 switch (TGARREG(dc, TGA_REG_GREV) & 0xff) { in tga_init()
1614 return &decmonitors[(~TGARREG(dc, TGA_REG_GREV) >> 16) & 0x0f]; in tga_getmonitor()