Searched refs:idc_ctrl (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_83xx.c | 396 uint32_t idc_ctrl; in qla4_83xx_set_idc_dontreset() local 398 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4_83xx_set_idc_dontreset() 399 idc_ctrl |= DONTRESET_BIT0; in qla4_83xx_set_idc_dontreset() 400 qla4_83xx_wr_reg(ha, QLA83XX_IDC_DRV_CTRL, idc_ctrl); in qla4_83xx_set_idc_dontreset() 402 idc_ctrl)); in qla4_83xx_set_idc_dontreset() 407 uint32_t idc_ctrl; in qla4_83xx_clear_idc_dontreset() local 409 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4_83xx_clear_idc_dontreset() 410 idc_ctrl &= ~DONTRESET_BIT0; in qla4_83xx_clear_idc_dontreset() 411 qla4_83xx_wr_reg(ha, QLA83XX_IDC_DRV_CTRL, idc_ctrl); in qla4_83xx_clear_idc_dontreset() 413 idc_ctrl)); in qla4_83xx_clear_idc_dontreset() [all …]
|
D | ql4_os.c | 4408 uint32_t idc_ctrl; in qla4_8xxx_watchdog() local 4437 idc_ctrl = qla4_83xx_rd_reg(ha, in qla4_8xxx_watchdog() 4439 if (!(idc_ctrl & GRACEFUL_RESET_BIT1)) { in qla4_8xxx_watchdog() 9527 uint32_t idc_ctrl; in qla4xxx_host_reset() local 9562 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4xxx_host_reset() 9564 (idc_ctrl | GRACEFUL_RESET_BIT1)); in qla4xxx_host_reset()
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_nx2.c | 1393 uint32_t idc_ctrl; in qla8044_device_bootstrap() local 1440 idc_ctrl = qla8044_rd_reg(ha, QLA8044_IDC_DRV_CTRL); in qla8044_device_bootstrap() 1441 if (idc_ctrl & GRACEFUL_RESET_BIT1) { in qla8044_device_bootstrap() 1443 (idc_ctrl & ~GRACEFUL_RESET_BIT1)); in qla8044_device_bootstrap() 1611 uint32_t idc_ctrl; in qla8044_set_idc_dontreset() local 1614 idc_ctrl = qla8044_rd_reg(ha, QLA8044_IDC_DRV_CTRL); in qla8044_set_idc_dontreset() 1615 idc_ctrl |= DONTRESET_BIT0; in qla8044_set_idc_dontreset() 1617 "%s: idc_ctrl = %d\n", __func__, idc_ctrl); in qla8044_set_idc_dontreset() 1618 qla8044_wr_reg(ha, QLA8044_IDC_DRV_CTRL, idc_ctrl); in qla8044_set_idc_dontreset() 1773 uint32_t idc_ctrl; in qla8044_clear_idc_dontreset() local [all …]
|