Searched refs:precache (Results 1 – 4 of 4) sorted by relevance
280 precache = custom_target('func-precache-' + testname, variable286 precache_all += precache288 # Ideally we would add 'precache' to 'depends' here, such that309 run_target('precache-functional',
164 @$(NINJA) precache-functional
343 u16 temp, precache = 0; in ast_set_crtc_reg() local347 precache = 40; in ast_set_crtc_reg()373 temp = ((mode->crtc_hsync_start-precache) >> 3) - 1; in ast_set_crtc_reg()378 temp = (((mode->crtc_hsync_end-precache) >> 3) - 1) & 0x3f; in ast_set_crtc_reg()445 if (precache) in ast_set_crtc_reg()
292 make precache-functional