Searched refs:linesize (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/video/ |
D | arcfb.c | 251 unsigned int xindex, yindex, chipindex, linesize; in arcfb_lcd_update_page() local 262 linesize = par->info->var.xres/8; in arcfb_lcd_update_page() 264 (upper * linesize); in arcfb_lcd_update_page() 273 val |= (*(src + (i*linesize)) & bitmask) in arcfb_lcd_update_page() 276 val |= (*(src + (i*linesize)) & bitmask) in arcfb_lcd_update_page()
|
D | atafb.c | 1109 int linesize; in falcon_decode_var() local 1129 linesize = left_margin + xres + right_margin + hsync_len; in falcon_decode_var()
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | vac-ops.h | 94 unsigned int linesize; /* Size of each line in bytes */ member
|
/linux-2.6.39/arch/sh/kernel/cpu/ |
D | init.c | 199 #define CSHAPE(totalsize, linesize, assoc) \ argument 200 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|
/linux-2.6.39/arch/sparc/mm/ |
D | sun4c.c | 83 begin += sun4c_vacinfo.linesize; in sun4c_flush_all() 138 unsigned long lsize = sun4c_vacinfo.linesize; in sun4c_flush_context_sw() 169 unsigned long lsize = sun4c_vacinfo.linesize; in sun4c_flush_segment_sw() 205 unsigned long lsize = sun4c_vacinfo.linesize; in sun4c_flush_page_sw() 290 sun4c_vacinfo.linesize = 16; in sun4c_probe_vac() 294 sun4c_vacinfo.linesize = in sun4c_probe_vac() 310 switch (sun4c_vacinfo.linesize) { in sun4c_probe_vac() 319 sun4c_vacinfo.linesize); in sun4c_probe_vac() 386 switch (sun4c_vacinfo.linesize) { in patch_kernel_fault_handler() 395 sun4c_vacinfo.linesize); in patch_kernel_fault_handler() [all …]
|
D | ultra.S | 533 sub %g3, (1 << 5), %g3 ! D$ linesize == 32
|
/linux-2.6.39/arch/microblaze/platform/generic/ |
D | system.dts | 209 xlnx,xcl0-linesize = <0x4>; 211 xlnx,xcl1-linesize = <0x4>; 213 xlnx,xcl2-linesize = <0x4>; 215 xlnx,xcl3-linesize = <0x4>;
|
/linux-2.6.39/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 246 xlnx,xcl0-linesize = <0x4>; 248 xlnx,xcl1-linesize = <0x4>; 250 xlnx,xcl2-linesize = <0x4>; 252 xlnx,xcl3-linesize = <0x4>;
|
D | virtex440-ml510.dts | 217 xlnx,xcl0-linesize = <0x4>; 219 xlnx,xcl1-linesize = <0x4>; 221 xlnx,xcl2-linesize = <0x4>; 223 xlnx,xcl3-linesize = <0x4>;
|
/linux-2.6.39/arch/microblaze/boot/dts/ |
D | system.dts | 209 xlnx,xcl0-linesize = <0x4>; 211 xlnx,xcl1-linesize = <0x4>; 213 xlnx,xcl2-linesize = <0x4>; 215 xlnx,xcl3-linesize = <0x4>;
|
/linux-2.6.39/arch/alpha/kernel/ |
D | setup.c | 1295 #define CSHAPE(totalsize, linesize, assoc) \ argument 1296 ((totalsize & ~0xff) | (linesize << 4) | assoc)
|