Home
last modified time | relevance | path

Searched refs:bestval (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/512x/
Dmpc512x_shared.c74 unsigned long bestval, bestfreq, speed, busfreq; in mpc512x_set_pixel_clock() local
133 bestval = pixval; in mpc512x_set_pixel_clock()
134 pr_debug("DIU bestval = %lu\n", bestval); in mpc512x_set_pixel_clock()
147 bestval = pixval + i; in mpc512x_set_pixel_clock()
152 pr_debug("DIU chose = %lx\n", bestval); in mpc512x_set_pixel_clock()
159 temp |= (bestval & DIU_DIV_MASK); in mpc512x_set_pixel_clock()