Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/video/fbdev/core/
A Dfbsysfs.c38 #define BYTES_PER_LONG (BITS_PER_LONG/8) in framebuffer_alloc() macro
39 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG)) in framebuffer_alloc()
66 #undef BYTES_PER_LONG in framebuffer_alloc()
/linux-6.3-rc2/drivers/video/fbdev/
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)); in amifb_fillrect()
3181 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_fillrect()
3273 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_copyarea()
3275 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_copyarea()
3311 ((unsigned long)data & ~(BYTES_PER_LONG - 1)); in expand_one_line()
3312 src_idx = ((unsigned long)data & (BYTES_PER_LONG - 1)) * 8; in expand_one_line()
3354 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1)); in amifb_imageblit()
3355 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8; in amifb_imageblit()
/linux-6.3-rc2/drivers/platform/x86/intel/telemetry/
A Dpltdrv.c56 #define BYTES_PER_LONG 8 macro
894 BYTES_PER_LONG*index); in telem_evtlog_read()
A Ddebugfs.c55 #define BYTES_PER_LONG 8 macro

Completed in 14 milliseconds