tag | line | file | source code |
---|---|---|---|
CROSS_64KB | 52 | include/asm-alpha/floppy.h | #define CROSS_64KB(a,s) (0) |
CROSS_64KB | 54 | include/asm-i386/floppy.h | #define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64) |
CROSS_64KB | 78 | include/asm-mips/floppy.h | #define CROSS_64KB(a,s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64) |
CROSS_64KB | 95 | include/asm-sparc/floppy.h | #define CROSS_64KB(a,s) (0) |