Searched refs:shift_low (Results 1 – 1 of 1) sorted by relevance
120 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local139 shift_low, mod); in bit_putcs_unaligned()140 shift_low += mod; in bit_putcs_unaligned()141 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in bit_putcs_unaligned()142 shift_low &= 7; in bit_putcs_unaligned()143 shift_high = 8 - shift_low; in bit_putcs_unaligned()