Home
last modified time | relevance | path

Searched refs:QLA8044_DRV_LOCK_ID (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_nx2.c339 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, 0xFF); in qla8044_lock_recovery()
348 lockid = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_lock_recovery()
350 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, lockid); in qla8044_lock_recovery()
370 lock_id = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_lock()
372 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, lock_id); in qla8044_idc_lock()
377 first_owner = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_lock()
381 tmo_owner = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_lock()
431 id = qla8044_rd_reg(ha, QLA8044_DRV_LOCK_ID); in qla8044_idc_unlock()
441 qla8044_wr_reg(ha, QLA8044_DRV_LOCK_ID, (id | 0xFF)); in qla8044_idc_unlock()
H A Dqla_nx2.h80 #define QLA8044_DRV_LOCK_ID 0x3504 macro