Searched refs:SetTextPlane (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/arch/amiga/dev/ |
H A D | ite_cl.c | 166 SetTextPlane(ba,0x00); in cl_putc() 168 SetTextPlane(ba,0x01); in cl_putc() 191 SetTextPlane(ba, 0x00); in cl_clear() 193 SetTextPlane(ba, 0x01); in cl_clear() 207 SetTextPlane(ba, 0x00); in cl_scroll() 226 SetTextPlane(ba, 0x01); in cl_scroll()
|
H A D | ite_et.c | 171 SetTextPlane(ba,0x00); in et_putc() 173 SetTextPlane(ba,0x01); in et_putc() 196 SetTextPlane(ba, 0x00); in et_clear() 198 SetTextPlane(ba, 0x01); in et_clear() 213 SetTextPlane(ba, 0x00); in et_scroll() 232 SetTextPlane(ba, 0x01); in et_scroll()
|
H A D | grf_et.c | 1497 SetTextPlane(ba, 0x02); in et_inittextmode() 1507 SetTextPlane(ba, 0x01); in et_inittextmode() 1509 SetTextPlane(ba, 0x00); in et_inittextmode() 1735 SetTextPlane(ba, 0x00); in et_wsputchar() 1737 SetTextPlane(ba, 0x01); in et_wsputchar() 1765 SetTextPlane(ba, 0x00); in et_wscopycols() 1770 SetTextPlane(ba, 0x01); in et_wscopycols() 1774 SetTextPlane(ba, 0x00); in et_wscopycols() 1779 SetTextPlane(ba, 0x01); in et_wscopycols() 1801 SetTextPlane(ba, 0x00); in et_wserasecols() [all …]
|
H A D | grf_cl.c | 1732 SetTextPlane(ba, 0x02); in cl_inittextmode() 1742 SetTextPlane(ba, 0x01); in cl_inittextmode() 1744 SetTextPlane(ba, 0x00); in cl_inittextmode() 1908 SetTextPlane(ba, 0x00); in cl_wsputchar() 1910 SetTextPlane(ba, 0x01); in cl_wsputchar() 1938 SetTextPlane(ba, 0x00); in cl_wscopycols() 1943 SetTextPlane(ba, 0x01); in cl_wscopycols() 1947 SetTextPlane(ba, 0x00); in cl_wscopycols() 1952 SetTextPlane(ba, 0x01); in cl_wscopycols() 1974 SetTextPlane(ba, 0x00); in cl_wserasecols() [all …]
|
H A D | grf_clreg.h | 300 #define SetTextPlane(ba, m) \ macro
|
H A D | grf_etreg.h | 284 #define SetTextPlane(ba, m) \ macro
|
H A D | grf_cvreg.h | 363 #define SetTextPlane(ba, m) \ macro
|
H A D | grf_cv3dreg.h | 552 #define SetTextPlane(ba, m) \ macro
|