Searched refs:line_pad (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/staging/sm750fb/
H A Dsm750.h143 u16 line_pad;/* padding information:0,1,2,4,8,16,... */ member in struct:lynxfb_crtc
H A Dsm750_hw.c324 reg = ALIGN(reg, crtc->line_pad);
359 reg = ALIGN(reg, crtc->line_pad) << CRT_FB_WIDTH_WIDTH_SHIFT;
H A Dsm750.c378 line_length = ALIGN(line_length, crtc->line_pad);
510 request = ALIGN(request, crtc->line_pad);
605 crtc->line_pad = 16;
843 crtc->line_pad);

Completed in 222 milliseconds