Home
last modified time | relevance | path

Searched refs:FwDebugBuffer_P (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Ddpt_i2o.c1021 if(pHba->FwDebugBuffer_P) in adpt_i2o_delete_hba()
1022 iounmap(pHba->FwDebugBuffer_P); in adpt_i2o_delete_hba()
2776 pHba->FwDebugBuffer_P = ioremap(pHba->base_addr_phys + buf[0], in adpt_i2o_lct_get()
2778 if (pHba->FwDebugBuffer_P) { in adpt_i2o_lct_get()
2779 pHba->FwDebugFlags_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
2781 pHba->FwDebugBLEDvalue_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
2784 pHba->FwDebugStrLength_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
2786 pHba->FwDebugBuffer_P += buf[2]; in adpt_i2o_lct_get()
H A Ddpti.h244 void __iomem *FwDebugBuffer_P; // Virtual Address Of FW Debug Buffer member

Completed in 5 milliseconds