HomeSort by: relevance | last modified time | path
    Searched defs:ga_reg_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ews4800mips/dev/
ga.c 68 #define ga_reg_read(ga, ofs) \ macro
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
    [all...]
ga.c 68 #define ga_reg_read(ga, ofs) \ macro
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
    [all...]

Completed in 57 milliseconds