Searched refs:BYTES_PER_LONG (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/video/fbdev/
H A Damifb.c2558 #define BYTES_PER_LONG 4 macro
2561 #define BYTES_PER_LONG 8 macro
3180 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
3181 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
3273 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
3275 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;
3311 ((unsigned long)data & ~(BYTES_PER_LONG - 1));
3312 src_idx = ((unsigned long)data & (BYTES_PER_LONG - 1)) * 8;
3354 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
3355 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfb_info.c24 #define BYTES_PER_LONG (BITS_PER_LONG/8) macro
25 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG))
52 #undef BYTES_PER_LONG macro
/linux-master/drivers/platform/x86/intel/telemetry/
H A Dpltdrv.c56 #define BYTES_PER_LONG 8 macro
894 BYTES_PER_LONG*index);
H A Ddebugfs.c55 #define BYTES_PER_LONG 8 macro

Completed in 123 milliseconds