DONTRESET_BIT0
idc_ctrl |= DONTRESET_BIT0;
idc_ctrl &= ~DONTRESET_BIT0;
return idc_ctrl & DONTRESET_BIT0;
if (qla8044_idc_dontreset(ha) == DONTRESET_BIT0) {
if (qla4_83xx_idc_dontreset(ha) == DONTRESET_BIT0) {
idc_ctrl |= DONTRESET_BIT0;
idc_ctrl &= ~DONTRESET_BIT0;
return idc_ctrl & DONTRESET_BIT0;