R5_MadeGood
set_bit(R5_MadeGood, &sh->dev[i].flags);
if (test_bit(R5_MadeGood, &dev->flags)) {
clear_bit(R5_MadeGood, &dev->flags);
if (test_and_clear_bit(R5_MadeGood, &dev->flags)) {