BYTES_PER_LONG    906 drivers/platform/x86/intel_telemetry_pltdrv.c 			      BYTES_PER_LONG*index);
BYTES_PER_LONG   3187 drivers/video/fbdev/amifb.c 		((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
BYTES_PER_LONG   3188 drivers/video/fbdev/amifb.c 	dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
BYTES_PER_LONG   3280 drivers/video/fbdev/amifb.c 		((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
BYTES_PER_LONG   3282 drivers/video/fbdev/amifb.c 	dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
BYTES_PER_LONG   3318 drivers/video/fbdev/amifb.c 				((unsigned long)data & ~(BYTES_PER_LONG - 1));
BYTES_PER_LONG   3319 drivers/video/fbdev/amifb.c 			src_idx = ((unsigned long)data & (BYTES_PER_LONG - 1)) * 8;
BYTES_PER_LONG   3361 drivers/video/fbdev/amifb.c 			((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
BYTES_PER_LONG   3362 drivers/video/fbdev/amifb.c 		dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
BYTES_PER_LONG   2607 drivers/video/fbdev/atafb.c 			((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
BYTES_PER_LONG   2608 drivers/video/fbdev/atafb.c 		dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
BYTES_PER_LONG     39 drivers/video/fbdev/core/fbsysfs.c #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG))