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

  /src/sys/arch/amiga/dev/
grf_cv3d.c 1218 unsigned char hvsync_pulse; local in function:cv3d_load_mon
1324 hvsync_pulse = vgar(ba, GREG_MISC_OUTPUT_R);
1326 hvsync_pulse &= ~0x40;
1328 hvsync_pulse |= 0x40;
1330 hvsync_pulse &= ~0x80;
1332 hvsync_pulse |= 0x80;
1333 vgaw(ba, GREG_MISC_OUTPUT_W, hvsync_pulse);
grf_cl.c 1422 unsigned char hvsync_pulse; local in function:cl_load_mon
1546 hvsync_pulse = vgar(ba, GREG_MISC_OUTPUT_R);
1548 hvsync_pulse &= ~0x40;
1550 hvsync_pulse |= 0x40;
1552 hvsync_pulse &= ~0x80;
1554 hvsync_pulse |= 0x80;
1555 vgaw(ba, GREG_MISC_OUTPUT_W, hvsync_pulse);
grf_et.c 1138 unsigned char hvsync_pulse, seq; local in function:et_load_mon
1243 hvsync_pulse = 0xe3;
1245 hvsync_pulse &= ~0x40;
1247 hvsync_pulse |= 0x40;
1249 hvsync_pulse &= ~0x80;
1251 hvsync_pulse |= 0x80;
1253 vgaw(ba, GREG_MISC_OUTPUT_W, hvsync_pulse | ((num0 & 3) << 2));
grf_cv.c 1305 unsigned char hvsync_pulse; local in function:cv_load_mon
1401 hvsync_pulse = vgar(ba, GREG_MISC_OUTPUT_R);
1403 hvsync_pulse &= ~0x40;
1405 hvsync_pulse |= 0x40;
1407 hvsync_pulse &= ~0x80;
1409 hvsync_pulse |= 0x80;
1410 vgaw(ba, GREG_MISC_OUTPUT_W, hvsync_pulse);

Completed in 16 milliseconds