HomeSort by: relevance | last modified time | path
    Searched refs:scr_gcmap (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
stivar.h 91 scr_gcmap[STI_NCMAP], member in struct:sti_screen
sti.c 1173 if ((ret = copyout(&scr->scr_gcmap[idx], cmapp->green, count)))
1199 if ((ret = copyin(cmapp->green, &scr->scr_gcmap[idx], count)))
1534 scr->scr_gcmap[i], scr->scr_bcmap[i])))
1700 g = scr->scr_gcmap + idx;
1744 g = scr->scr_gcmap + idx;
1781 g = scr->scr_gcmap + idx;
  /src/sys/arch/hp300/dev/
sti_machdep.c 221 bus_space_write_1(bst, bsh, EVRX_BT4xx_CMAP, scr->scr_gcmap[i]);
303 scr->scr_gcmap[i] = bus_space_read_1(bst, bsh, EVRX_BT4xx_CMAP);

Completed in 86 milliseconds