Searched refs:FBC_WRITE (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/sbus/ |
H A D | cgsix.c | 820 FBC_WRITE(sc, CG6_FBC_S, 0); in cgsix_ras_copyrows() 872 FBC_WRITE(sc, CG6_FBC_S, 0); in cgsix_ras_copycols() 883 FBC_WRITE(sc, CG6_FBC_Y1, in cgsix_ras_copycols() 888 FBC_WRITE(sc, CG6_FBC_Y3, in cgsix_ras_copycols() 920 FBC_WRITE(sc, CG6_FBC_S, 0); in cgsix_ras_erasecols() 931 FBC_WRITE(sc, CG6_FBC_ARECTY, in cgsix_ras_erasecols() 959 FBC_WRITE(sc, CG6_FBC_S, 0); in cgsix_ras_eraserows() 977 FBC_WRITE(sc, CG6_FBC_ARECTY, in cgsix_ras_eraserows() 997 FBC_WRITE(sc, CG6_FBC_S, 0); in cgsix_ras_do_cursor() 1007 FBC_WRITE(sc, CG6_FBC_ARECTY, in cgsix_ras_do_cursor() [all …]
|
H A D | cgthree.c | 116 #define FBC_WRITE(sc, reg, val) \ macro 455 FBC_WRITE(sc, CG3_FBC_VCTRL + j, in cgthree_reset() 460 FBC_WRITE(sc, CG3_FBC_CTRL, ctrl); in cgthree_reset() 510 FBC_WRITE(sc, CG3_FBC_CTRL, fbc); in cgthree_burner()
|
H A D | bwtwo.c | 94 #define FBC_WRITE(sc, reg, val) \ macro 286 FBC_WRITE(sc, FBC_CTRL, fbc); in bwtwo_burner()
|
H A D | cgsixreg.h | 311 #define FBC_WRITE(sc,r,v) \ macro
|
/openbsd/sys/arch/sparc64/dev/ |
H A D | creator.c | 557 FBC_WRITE(sc, FFB_FBC_UCSR, r); in creator_ras_wait() 565 FBC_WRITE(sc, FFB_FBC_PPC, in creator_ras_init() 568 FBC_WRITE(sc, FFB_FBC_FBC, in creator_ras_init() 571 FBC_WRITE(sc, FFB_FBC_ROP, FBC_ROP_NEW); in creator_ras_init() 574 FBC_WRITE(sc, FFB_FBC_FONTINC, 0x10000); in creator_ras_init() 601 FBC_WRITE(sc, FFB_FBC_BY, 0); in creator_ras_eraserows() 602 FBC_WRITE(sc, FFB_FBC_BX, 0); in creator_ras_eraserows() 645 FBC_WRITE(sc, FFB_FBC_BW, n - 1); in creator_ras_erasecols() 693 FBC_WRITE(sc, FFB_FBC_BH, n); in creator_ras_copyrows() 707 FBC_WRITE(sc, FFB_FBC_FG, fg); in creator_ras_setfg() [all …]
|
H A D | creatorvar.h | 58 #define FBC_WRITE(sc,r,v) \ macro
|