Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Dfloppy.h50 #define CROSS_64KB(a, s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
/linux/arch/parisc/include/asm/
H A Dfloppy.h23 (!(vdma) && ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/linux/arch/x86/include/asm/
H A Dfloppy.h25 ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/linux/drivers/block/
H A Dfloppy.c236 #define K_64 0x10000 /* 64KB */ macro