Searched refs:BYTES_PER_LONG (Results 1 – 5 of 5) sorted by relevance
38 #define BYTES_PER_LONG (BITS_PER_LONG/8) in framebuffer_alloc() macro39 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG)) in framebuffer_alloc()66 #undef BYTES_PER_LONG in framebuffer_alloc()
2565 #define BYTES_PER_LONG 4 macro2568 #define BYTES_PER_LONG 8 macro3187 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_fillrect()3188 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_fillrect()3280 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_copyarea()3282 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_copyarea()3318 ((unsigned long)data & ~(BYTES_PER_LONG - 1)); in expand_one_line()3319 src_idx = ((unsigned long)data & (BYTES_PER_LONG - 1)) * 8; in expand_one_line()3361 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_imageblit()3362 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_imageblit()
2467 #define BYTES_PER_LONG 4 macro2470 #define BYTES_PER_LONG 8 macro2607 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in atafb_imageblit()2608 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in atafb_imageblit()
59 #define BYTES_PER_LONG 8 macro906 BYTES_PER_LONG*index); in telem_evtlog_read()
55 #define BYTES_PER_LONG 8 macro