Searched refs:FIO_IO_U_PLAT_BITS (Results 1 – 2 of 2) sorted by relevance
108 #define FIO_IO_U_PLAT_BITS 6 macro109 #define FIO_IO_U_PLAT_VAL (1 << FIO_IO_U_PLAT_BITS)
59 if (msb <= FIO_IO_U_PLAT_BITS) in plat_val_to_idx()63 error_bits = msb - FIO_IO_U_PLAT_BITS; in plat_val_to_idx()66 base = (error_bits + 1) << FIO_IO_U_PLAT_BITS; in plat_val_to_idx()97 error_bits = (idx >> FIO_IO_U_PLAT_BITS) - 1; in plat_idx_to_val()98 base = 1 << (error_bits + FIO_IO_U_PLAT_BITS); in plat_idx_to_val()