Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dfloppy.h50 #define CROSS_64KB(a, s) ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64)
/Linux-v4.19/arch/parisc/include/asm/
Dfloppy.h36 (!(vdma) && ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/Linux-v4.19/arch/x86/include/asm/
Dfloppy.h25 ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/Linux-v4.19/drivers/block/
Dfloppy.c237 #define K_64 0x10000 /* 64KB */ macro
2668 max_size = (K_64 - in make_raw_rw_request()
2670 K_64) >> 9; in make_raw_rw_request()