Home | History | Annotate | Download | only in dev

Lines Matching defs:ga_reg_read

68 #define	ga_reg_read(ga, ofs)						\
85 ((ga_reg_read(ga, 0xe00) & 2) << 6) | 0x40);
90 ((ga_reg_read(ga, 0xe00) & 2) << 6) | 0x40);
137 if (ga_reg_read(ga, 0xe00) & 2)
193 while ((ga_reg_read(ga, 0xe00) & 0x1) == 0) /* V-blank */
195 while ((ga_reg_read(ga, 0xe00) & 0x1) == 1)
301 ga->clut[i][0] = ga_reg_read(ga, 0xc8c);
302 ga->clut[i][1] = ga_reg_read(ga, 0xc8c);
303 ga->clut[i][2] = ga_reg_read(ga, 0xc8c);
326 while ((ga_reg_read(ga, 0xf00) & 0x8000) == 0)