Searched refs:idc_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_83xx.c | 395 uint32_t idc_ctrl; in qla4_83xx_set_idc_dontreset() local 397 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4_83xx_set_idc_dontreset() 398 idc_ctrl |= DONTRESET_BIT0; in qla4_83xx_set_idc_dontreset() 399 qla4_83xx_wr_reg(ha, QLA83XX_IDC_DRV_CTRL, idc_ctrl); in qla4_83xx_set_idc_dontreset() 401 idc_ctrl)); in qla4_83xx_set_idc_dontreset() 406 uint32_t idc_ctrl; in qla4_83xx_clear_idc_dontreset() local 408 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4_83xx_clear_idc_dontreset() 409 idc_ctrl &= ~DONTRESET_BIT0; in qla4_83xx_clear_idc_dontreset() 410 qla4_83xx_wr_reg(ha, QLA83XX_IDC_DRV_CTRL, idc_ctrl); in qla4_83xx_clear_idc_dontreset() 412 idc_ctrl)); in qla4_83xx_clear_idc_dontreset() [all …]
|
H A D | ql4_os.c | 4436 uint32_t idc_ctrl; in qla4_8xxx_watchdog() local 4465 idc_ctrl = qla4_83xx_rd_reg(ha, in qla4_8xxx_watchdog() 4467 if (!(idc_ctrl & GRACEFUL_RESET_BIT1)) { in qla4_8xxx_watchdog() 9538 uint32_t idc_ctrl; in qla4xxx_host_reset() local 9573 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4xxx_host_reset() 9575 (idc_ctrl | GRACEFUL_RESET_BIT1)); in qla4xxx_host_reset()
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_nx2.c | 1392 uint32_t idc_ctrl; in qla8044_device_bootstrap() local 1439 idc_ctrl = qla8044_rd_reg(ha, QLA8044_IDC_DRV_CTRL); in qla8044_device_bootstrap() 1440 if (idc_ctrl & GRACEFUL_RESET_BIT1) { in qla8044_device_bootstrap() 1442 (idc_ctrl & ~GRACEFUL_RESET_BIT1)); in qla8044_device_bootstrap() 1610 uint32_t idc_ctrl; in qla8044_set_idc_dontreset() local 1613 idc_ctrl = qla8044_rd_reg(ha, QLA8044_IDC_DRV_CTRL); in qla8044_set_idc_dontreset() 1614 idc_ctrl |= DONTRESET_BIT0; in qla8044_set_idc_dontreset() 1616 "%s: idc_ctrl = %d\n", __func__, idc_ctrl); in qla8044_set_idc_dontreset() 1617 qla8044_wr_reg(ha, QLA8044_IDC_DRV_CTRL, idc_ctrl); in qla8044_set_idc_dontreset() 1772 uint32_t idc_ctrl; in qla8044_clear_idc_dontreset() local [all …]
|