Searched defs:pitch (Results 1 - 5 of 5) sorted by relevance

/arch/powerpc/include/asm/
H A Dps3gpu.h71 u64 ioif_offset, u64 sync_width, u64 pitch)
76 pitch);
70 lv1_gpu_fb_blit(u64 context_handle, u64 ddr_offset, u64 ioif_offset, u64 sync_width, u64 pitch) argument
H A Dps3av.h564 u32 pitch; /* in: line size in byte */ member in struct:ps3av_pkt_video_mode
583 /* video: pitch */
589 u32 pitch; /* in: line size in byte */ member in struct:ps3av_pkt_video_pitch
/arch/sparc/kernel/
H A Dbtext.c44 unsigned int width, height, depth, pitch; local
54 pitch = width * ((depth + 7) / 8);
58 pitch = prop;
60 if (pitch == 1)
61 pitch = 0x1000;
77 dispDeviceRowBytes = pitch;
/arch/powerpc/kernel/
H A Dbtext.c119 void __init btext_setup_display(int width, int height, int depth, int pitch, argument
128 dispDeviceRowBytes = pitch;
174 unsigned int width, height, depth, pitch; local
196 pitch = width * ((depth + 7) / 8);
201 pitch = *prop;
202 if (pitch == 1)
203 pitch = 0x1000;
221 dispDeviceRowBytes = pitch;
281 int depth, int pitch)
296 dispDeviceRowBytes = pitch;
280 btext_update_display(unsigned long phys, int width, int height, int depth, int pitch) argument
[all...]
H A Dprom_init.c1963 u32 width, height, pitch, addr; local
1968 prom_getprop(node, "linebytes", &pitch, 4);
1971 width, height, pitch, addr);
1972 btext_setup_display(width, height, 8, pitch, addr);

Completed in 134 milliseconds