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

  /src/sys/dev/ic/
stivar.h 92 scr_bcmap[STI_NCMAP]; member in struct:sti_screen
sti.c 1175 if ((ret = copyout(&scr->scr_bcmap[idx], cmapp->blue, count)))
1201 if ((ret = copyin(cmapp->blue, &scr->scr_bcmap[idx], count)))
1534 scr->scr_gcmap[i], scr->scr_bcmap[i])))
1701 b = scr->scr_bcmap + idx;
1745 b = scr->scr_bcmap + idx;
1782 b = scr->scr_bcmap + idx;
  /src/sys/arch/hp300/dev/
sti_machdep.c 222 bus_space_write_4(bst, bsh, EVRX_MAGIC10, scr->scr_bcmap[i]);
304 scr->scr_bcmap[i] = bus_space_read_1(bst, bsh, EVRX_BT4xx_CMAP);

Completed in 14 milliseconds