RESET_BIT
RESET_BIT;
msg->feature_set.reset_enable >> RESET_BIT);
atomic_add(RESET_BIT, &cpu_buffer->resize_disabled);
if (!(atomic_read(&cpu_buffer->resize_disabled) & RESET_BIT))
atomic_sub(RESET_BIT, &cpu_buffer->resize_disabled);
regmap_update_bits(regmap, SYSCTRL0, RESET_BIT, 0);
regmap_update_bits(regmap, SYSCTRL0, RESET_BIT, RESET_BIT);