Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dtgareg.h89 #define TGA_REG_GPXR_P 0x017 /* Pixel Mask (persistent) */ macro
H A Dtga.c320 TGAWREG(dc, TGA_REG_GPXR_P, 0xffffffff); in tga_init()
1247 TGAWREG(dc, TGA_REG_GPXR_P, (1 << width) - 1); in tga_putchar()
1272 TGAWREG(dc, TGA_REG_GPXR_P, 0xffffffff); in tga_putchar()
/netbsd-src/sys/dev/tc/
H A Dsfbplus.c1078 *((uint32_t *)sfb + TGA_REG_GPXR_P) = lmask & rmask; in sfbp_putchar()
1089 *((uint32_t *)sfb + TGA_REG_GPXR_P) = ~0; in sfbp_putchar()