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

  /src/sys/dev/ic/
stivar.h 90 uint8_t scr_rcmap[STI_NCMAP], member in struct:sti_screen
sti.c 1171 if ((ret = copyout(&scr->scr_rcmap[idx], cmapp->red, count)))
1197 if ((ret = copyin(cmapp->red, &scr->scr_rcmap[idx], count)))
1533 if ((ret = sti_setcment(scr, i, scr->scr_rcmap[i],
1699 r = scr->scr_rcmap + idx;
1743 r = scr->scr_rcmap + idx;
1780 r = scr->scr_rcmap + idx;
  /src/sys/arch/hp300/dev/
sti_machdep.c 220 bus_space_write_1(bst, bsh, EVRX_BT4xx_CMAP, scr->scr_rcmap[i]);
302 scr->scr_rcmap[i] = bus_space_read_1(bst, bsh, EVRX_BT4xx_CMAP);

Completed in 14 milliseconds