SBI_FWFT_SET_FLAG_LOCK
DEFINE(SBI_FWFT_SET_FLAG_LOCK, SBI_FWFT_SET_FLAG_LOCK);
if ((flags & ~SBI_FWFT_SET_FLAG_LOCK) != 0)
if (conf->flags & SBI_FWFT_SET_FLAG_LOCK)
conf->flags = value & SBI_FWFT_SET_FLAG_LOCK;