Home
last modified time | relevance | path

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

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