Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dfloppy.h23 (!(vdma) && ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dfloppy.h25 ((unsigned long)(a)/K_64 != ((unsigned long)(a) + (s) - 1) / K_64))
/OK3568_Linux_fs/kernel/drivers/block/
H A Dfloppy.c237 #define K_64 0x10000 /* 64KB */ macro
2709 max_size = (K_64 - in make_raw_rw_request()
2711 K_64) >> 9; in make_raw_rw_request()