Searched refs:FwDebugBuffer_P (Results 1 – 2 of 2) sorted by relevance
1113 if(pHba->FwDebugBuffer_P) in adpt_i2o_delete_hba()1114 iounmap(pHba->FwDebugBuffer_P); in adpt_i2o_delete_hba()3092 pHba->FwDebugBuffer_P = ioremap(pHba->base_addr_phys + buf[0], in adpt_i2o_lct_get()3094 if (pHba->FwDebugBuffer_P) { in adpt_i2o_lct_get()3095 pHba->FwDebugFlags_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()3097 pHba->FwDebugBLEDvalue_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()3100 pHba->FwDebugStrLength_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()3102 pHba->FwDebugBuffer_P += buf[2]; in adpt_i2o_lct_get()
248 void __iomem *FwDebugBuffer_P; // Virtual Address Of FW Debug Buffer member