Searched defs:bcd (Results 1 – 5 of 5) sorted by relevance
17 #define bcd(a) ((((a) & 0xf000) >> 12) * 1000 + (((a) & 0xf00) >> 8) * 100 + (((a) & 0xf0) >> 4) * 10 + ((a) & 0xf)) macro
243 struct bcache_devdata bcd; in bc_strategy() local
437 struct bcache_devdata bcd; in bd_strategy() local
965 struct bcache_devdata bcd; in efipart_strategy() local
348 #define bcd2bin(bcd) (bcd2bin_data[bcd]) argument