Home
last modified time | relevance | path

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

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