Home
last modified time | relevance | path

Searched refs:BYTES_PER_LONG (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/core/
Dfbsysfs.c41 #define BYTES_PER_LONG (BITS_PER_LONG/8) in framebuffer_alloc() macro
42 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG)) in framebuffer_alloc()
68 #undef BYTES_PER_LONG in framebuffer_alloc()
/linux-4.4.14/drivers/video/fbdev/
Damifb.c2567 #define BYTES_PER_LONG 4 macro
2570 #define BYTES_PER_LONG 8 macro
3189 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_fillrect()
3190 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_fillrect()
3282 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_copyarea()
3284 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_copyarea()
3320 ((unsigned long)data & ~(BYTES_PER_LONG - 1)); in expand_one_line()
3321 src_idx = ((unsigned long)data & (BYTES_PER_LONG - 1)) * 8; in expand_one_line()
3363 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_imageblit()
3364 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_imageblit()
Datafb.c2491 #define BYTES_PER_LONG 4 macro
2494 #define BYTES_PER_LONG 8 macro
2631 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in atafb_imageblit()
2632 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in atafb_imageblit()