Searched refs:shift_low (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dbitblit.c115 u32 shift_low = 0, mod = vc->vc_font.width % 8; local
131 shift_low, mod);
132 shift_low += mod;
133 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1;
134 shift_low &= 7;
135 shift_high = 8 - shift_low;
H A Dfbcon_ud.c124 u32 shift_low = 0, mod = vc->vc_font.width % 8; local
139 shift_low, mod);
140 shift_low += mod;
141 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1;
142 shift_low &= 7;
143 shift_high = 8 - shift_low;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dfbmem.c94 u32 shift_high, u32 shift_low, u32 mod)
103 tmp |= *src >> shift_low;
111 tmp |= *src >> shift_low;
93 fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, u32 shift_high, u32 shift_low, u32 mod) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfb.h937 u32 height, u32 shift_high, u32 shift_low, u32 mod);

Completed in 51 milliseconds