Searched defs:fsbtodb (Results 1 - 2 of 2) sorted by relevance

/external/grub/stage2/
H A Dfs.h177 int fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
349 #define fsbtodb(fs, b) ((b) << (fs)->fs_fsbtodb) macro
H A Dufs2.h274 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
354 #define fsbtodb(fs, b) ((b) << (fs)->fs_fsbtodb) macro

Completed in 81 milliseconds