Searched refs:LCD_CLK_DIVISOR (Results 1 – 2 of 2) sorted by relevance
29 #define LCD_CLK_DIVISOR(x) ((x) << 8) macro204 lcdhw->ctrl = LCD_CLK_DIVISOR(best_d) | LCD_RASTER_MODE; in am335xfb_init()
60 #define LCD_CLK_DIVISOR(x) ((x) << 8) macro656 lcdc_write(LCD_CLK_DIVISOR(div) | in lcd_calc_clk_divider()