Searched refs:DPR_WRITE (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/loongson/dev/ |
H A D | smfb.c | 78 #define DPR_WRITE(fb, reg, val) \ macro 468 DPR_WRITE(fb, DPR_PITCH, in smfb_setup() 470 DPR_WRITE(fb, DPR_SRC_WINDOW, in smfb_setup() 472 DPR_WRITE(fb, DPR_BYTE_BIT_MASK, 0xffffffff); in smfb_setup() 473 DPR_WRITE(fb, DPR_COLOR_COMPARE_MASK, 0); in smfb_setup() 474 DPR_WRITE(fb, DPR_COLOR_COMPARE, 0); in smfb_setup() 475 DPR_WRITE(fb, DPR_SRC_BASE, 0); in smfb_setup() 476 DPR_WRITE(fb, DPR_DST_BASE, 0); in smfb_setup() 505 DPR_WRITE(fb, DPR_SPAN_COORDS, DPR_COORDS(w, h)); in smfb_copyrect() 521 DPR_WRITE(fb, DPR_FG_COLOR, ri->ri_devcmap[bg]); in smfb_fillrect() [all …]
|