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

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_mode.c 324 u16 temp, precache = 0; local in function:ast_set_crtc_reg
328 precache = 40;
354 temp = ((mode->crtc_hsync_start-precache) >> 3) - 1;
359 temp = (((mode->crtc_hsync_end-precache) >> 3) - 1) & 0x3f;
420 if (precache)
ast_mode.c 324 u16 temp, precache = 0; local in function:ast_set_crtc_reg
328 precache = 40;
354 temp = ((mode->crtc_hsync_start-precache) >> 3) - 1;
359 temp = (((mode->crtc_hsync_end-precache) >> 3) - 1) & 0x3f;
420 if (precache)

Completed in 170 milliseconds