Searched refs:FIO_IO_U_PLAT_BITS (Results 1 – 3 of 3) sorted by relevance
135 def _plat_idx_to_val(idx, edge=0.5, FIO_IO_U_PLAT_BITS=6, FIO_IO_U_PLAT_VAL=64): argument152 error_bits = (idx >> FIO_IO_U_PLAT_BITS) - 1 153 base = 1 << (error_bits + FIO_IO_U_PLAT_BITS)
109 #define FIO_IO_U_PLAT_BITS 6 macro110 #define FIO_IO_U_PLAT_VAL (1 << FIO_IO_U_PLAT_BITS)
75 if (msb <= FIO_IO_U_PLAT_BITS) in plat_val_to_idx()79 error_bits = msb - FIO_IO_U_PLAT_BITS; in plat_val_to_idx()82 base = (error_bits + 1) << FIO_IO_U_PLAT_BITS; in plat_val_to_idx()113 error_bits = (idx >> FIO_IO_U_PLAT_BITS) - 1; in plat_idx_to_val()114 base = 1 << (error_bits + FIO_IO_U_PLAT_BITS); in plat_idx_to_val()