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

  /src/sys/arch/amiga/dev/
grf_rh.c 649 *(acm + (ACM_CURSOR_POSITION+1)) = x >> 8;
650 *(acm + (ACM_CURSOR_POSITION+0)) = x & 0xff;
651 *(acm + (ACM_CURSOR_POSITION+3)) = y >> 8;
652 *(acm + (ACM_CURSOR_POSITION+2)) = y & 0xff;
1892 pos->x = acm[ACM_CURSOR_POSITION + 0] +
1893 (acm[ACM_CURSOR_POSITION + 1] << 8);
1894 pos->y = acm[ACM_CURSOR_POSITION + 2] +
1895 (acm[ACM_CURSOR_POSITION + 3] << 8);
grf_rhreg.h 622 #define ACM_CURSOR_POSITION 0x0c

Completed in 115 milliseconds