Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Ddpt_i2o.c1114 if(pHba->FwDebugBuffer_P) in adpt_i2o_delete_hba()
1115 iounmap(pHba->FwDebugBuffer_P); in adpt_i2o_delete_hba()
3099 pHba->FwDebugBuffer_P = ioremap(pHba->base_addr_phys + buf[0], in adpt_i2o_lct_get()
3101 if (pHba->FwDebugBuffer_P) { in adpt_i2o_lct_get()
3102 pHba->FwDebugFlags_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3104 pHba->FwDebugBLEDvalue_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3107 pHba->FwDebugStrLength_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3109 pHba->FwDebugBuffer_P += buf[2]; in adpt_i2o_lct_get()
Ddpti.h247 void __iomem *FwDebugBuffer_P; // Virtual Address Of FW Debug Buffer member