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

/linux-4.1.27/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-4.1.27/arch/x86/include/asm/
H A Dfloppy.h25 ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/linux-4.1.27/arch/parisc/include/asm/
H A Dfloppy.h36 (!vdma && ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/linux-4.1.27/drivers/block/
H A Dfloppy.c236 #define K_64 0x10000 /* 64KB */ macro
2662 max_size = (K_64 - make_raw_rw_request()
2664 K_64) >> 9; make_raw_rw_request()

Completed in 92 milliseconds