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

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_cursor.c 90 int cursor_control = i == 0 ? CURSOR_A_CONTROL : CURSOR_B_CONTROL; local
92 temp = INREG(cursor_control);
107 OUTREG(cursor_control, temp);
182 int cursor_control = (pipe == 0 ? CURSOR_A_CONTROL : local
185 temp = INREG(cursor_control);
208 OUTREG(cursor_control, temp);
220 int cursor_control = (pipe == 0 ? CURSOR_A_CONTROL : local
223 temp = INREG(cursor_control);
234 OUTREG(cursor_control, temp);
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.h 409 uint32_t cursor_control; member in struct:avivo_crtc_state
radeon_driver.c 4987 state->crtc[0].cursor_control = INREG(AVIVO_D1CUR_CONTROL);
5028 state->crtc[1].cursor_control = INREG(AVIVO_D2CUR_CONTROL);
5401 OUTREG(AVIVO_D1CUR_CONTROL, state->crtc[0].cursor_control);
5422 OUTREG(AVIVO_D2CUR_CONTROL, state->crtc[1].cursor_control);

Completed in 12 milliseconds