Searched refs:BYTES_PER_LONG (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dfbsysfs.c41 #define BYTES_PER_LONG (BITS_PER_LONG/8) macro
42 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG))
68 #undef BYTES_PER_LONG macro
H A Damifb.c1337 #define BYTES_PER_LONG 4 macro
1340 #define BYTES_PER_LONG 8 macro
1959 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
1960 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2052 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
2054 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG-1))*8;
2089 src = (unsigned long *)((unsigned long)data & ~(BYTES_PER_LONG-1));
2090 src_idx = ((unsigned long)data & (BYTES_PER_LONG-1))*8;
2132 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG-1));
2133 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG
[all...]
H A Datafb.c2469 #define BYTES_PER_LONG 4 macro
2472 #define BYTES_PER_LONG 8 macro
2609 ((unsigned long)info->screen_base & ~(BYTES_PER_LONG - 1));
2610 dst_idx = ((unsigned long)info->screen_base & (BYTES_PER_LONG - 1)) * 8;

Completed in 114 milliseconds