Searched refs:kbytes (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_tunnel.c52 static int kbytes_to_mbits(int kbytes) argument
54 return DIV_ROUND_UP(kbytes * 8, 1000);
/linux-master/fs/ntfs3/
H A Dsuper.c844 u64 kbytes = bytes >> 10; local
845 u32 kbytes32 = kbytes;
851 return (kbytes32 >> 20) | (((u32)(kbytes >> 32)) << 12);

Completed in 120 milliseconds