Searched refs:idc_ctrl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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() 400 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: idc_ctrl = %d\n", __func__, 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() 417 uint32_t idc_ctrl; qla4_83xx_idc_dontreset() local 1204 uint32_t idc_ctrl; qla4_83xx_restart() local [all...] |
H A D | ql4_os.c | 4445 uint32_t idc_ctrl; in qla4_8xxx_watchdog() local 4474 idc_ctrl = qla4_83xx_rd_reg(ha, in qla4_8xxx_watchdog() 4476 if (!(idc_ctrl & GRACEFUL_RESET_BIT1)) { in qla4_8xxx_watchdog() 9557 uint32_t idc_ctrl; in qla4xxx_host_reset() local 9592 idc_ctrl = qla4_83xx_rd_reg(ha, QLA83XX_IDC_DRV_CTRL); in qla4xxx_host_reset() 9594 (idc_ctrl | GRACEFUL_RESET_BIT1)); in qla4xxx_host_reset()
|
/kernel/linux/linux-6.6/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() 400 DEBUG2(ql4_printk(KERN_INFO, ha, "%s: idc_ctrl = %d\n", __func__, 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() 417 uint32_t idc_ctrl; qla4_83xx_idc_dontreset() local 1203 uint32_t idc_ctrl; qla4_83xx_restart() local [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()
|
/kernel/linux/linux-5.10/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; qla8044_clear_idc_dontreset() local 3990 uint32_t idc_ctrl; qla8044_idc_dontreset() local [all...] |
/kernel/linux/linux-6.6/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; qla8044_clear_idc_dontreset() local 3979 uint32_t idc_ctrl; qla8044_idc_dontreset() local [all...] |
Completed in 29 milliseconds