Home
last modified time | relevance | path

Searched refs:idc_ctrl (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/qla4xxx/
Dql4_83xx.c394 uint32_t idc_ctrl; in qla4_83xx_set_idc_dontreset() local
396 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4_83xx_set_idc_dontreset()
397 idc_ctrl |= DONTRESET_BIT0; in qla4_83xx_set_idc_dontreset()
398 qla4_83xx_wr_reg(ha, QLA83XX_IDC_DRV_CTRL, idc_ctrl); in qla4_83xx_set_idc_dontreset()
400 idc_ctrl)); in qla4_83xx_set_idc_dontreset()
405 uint32_t idc_ctrl; in qla4_83xx_clear_idc_dontreset() local
407 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4_83xx_clear_idc_dontreset()
408 idc_ctrl &= ~DONTRESET_BIT0; in qla4_83xx_clear_idc_dontreset()
409 qla4_83xx_wr_reg(ha, QLA83XX_IDC_DRV_CTRL, idc_ctrl); in qla4_83xx_clear_idc_dontreset()
411 idc_ctrl)); in qla4_83xx_clear_idc_dontreset()
[all …]
Dql4_os.c4414 uint32_t idc_ctrl; in qla4_8xxx_watchdog() local
4443 idc_ctrl = qla4_83xx_rd_reg(ha, in qla4_8xxx_watchdog()
4445 if (!(idc_ctrl & GRACEFUL_RESET_BIT1)) { in qla4_8xxx_watchdog()
9542 uint32_t idc_ctrl; in qla4xxx_host_reset() local
9577 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4xxx_host_reset()
9579 (idc_ctrl | GRACEFUL_RESET_BIT1)); in qla4xxx_host_reset()
/drivers/scsi/qla2xxx/
Dqla_nx2.c1379 uint32_t idc_ctrl; in qla8044_device_bootstrap() local
1426 idc_ctrl = qla8044_rd_reg(ha, QLA8044_IDC_DRV_CTRL); in qla8044_device_bootstrap()
1427 if (idc_ctrl & GRACEFUL_RESET_BIT1) { in qla8044_device_bootstrap()
1429 (idc_ctrl & ~GRACEFUL_RESET_BIT1)); in qla8044_device_bootstrap()
1597 uint32_t idc_ctrl; in qla8044_set_idc_dontreset() local
1600 idc_ctrl = qla8044_rd_reg(ha, QLA8044_IDC_DRV_CTRL); in qla8044_set_idc_dontreset()
1601 idc_ctrl |= DONTRESET_BIT0; in qla8044_set_idc_dontreset()
1603 "%s: idc_ctrl = %d\n", __func__, idc_ctrl); in qla8044_set_idc_dontreset()
1604 qla8044_wr_reg(ha, QLA8044_IDC_DRV_CTRL, idc_ctrl); in qla8044_set_idc_dontreset()
1759 uint32_t idc_ctrl; in qla8044_clear_idc_dontreset() local
[all …]