Home
last modified time | relevance | path

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

/drivers/scsi/
Ddpt_i2o.c1069 if(pHba->FwDebugBuffer_P) in adpt_i2o_delete_hba()
1070 iounmap(pHba->FwDebugBuffer_P); in adpt_i2o_delete_hba()
3059 pHba->FwDebugBuffer_P = ioremap(pHba->base_addr_phys + buf[0], in adpt_i2o_lct_get()
3061 if (pHba->FwDebugBuffer_P) { in adpt_i2o_lct_get()
3062 pHba->FwDebugFlags_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3064 pHba->FwDebugBLEDvalue_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3067 pHba->FwDebugStrLength_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3069 pHba->FwDebugBuffer_P += buf[2]; in adpt_i2o_lct_get()
Ddpti.h244 void __iomem *FwDebugBuffer_P; // Virtual Address Of FW Debug Buffer member