Home
last modified time | relevance | path

Searched defs:shift_low (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/video/fbdev/core/
Dbitblit.c116 u32 shift_low = 0, mod = vc->vc_font.width % 8; in bit_putcs_unaligned() local
Dfbcon_ud.c125 u32 shift_low = 0, mod = vc->vc_font.width % 8; in ud_putcs_unaligned() local
Dfbmem.c123 u32 shift_high, u32 shift_low, u32 mod) in fb_pad_unaligned_buffer()