Searched refs:BYTES_PER_LONG (Results 1 – 3 of 3) sorted by relevance
41 #define BYTES_PER_LONG (BITS_PER_LONG/8) in framebuffer_alloc() macro42 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG)) in framebuffer_alloc()68 #undef BYTES_PER_LONG in framebuffer_alloc()
2569 #define BYTES_PER_LONG 4 macro2572 #define BYTES_PER_LONG 8 macro3191 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_fillrect()3192 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_fillrect()3284 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_copyarea()3286 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_copyarea()3322 ((unsigned long)data & ~(BYTES_PER_LONG - 1)); in expand_one_line()3323 src_idx = ((unsigned long)data & (BYTES_PER_LONG - 1)) * 8; in expand_one_line()3365 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_imageblit()3366 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_imageblit()
2488 #define BYTES_PER_LONG 4 macro2491 #define BYTES_PER_LONG 8 macro2628 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in atafb_imageblit()2629 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in atafb_imageblit()