Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Ddpt_i2o.c1065 if(pHba->FwDebugBuffer_P) in adpt_i2o_delete_hba()
1066 iounmap(pHba->FwDebugBuffer_P); in adpt_i2o_delete_hba()
3031 pHba->FwDebugBuffer_P = ioremap(pHba->base_addr_phys + buf[0], in adpt_i2o_lct_get()
3033 if (pHba->FwDebugBuffer_P) { in adpt_i2o_lct_get()
3034 pHba->FwDebugFlags_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3036 pHba->FwDebugBLEDvalue_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3039 pHba->FwDebugStrLength_P = pHba->FwDebugBuffer_P + in adpt_i2o_lct_get()
3041 pHba->FwDebugBuffer_P += buf[2]; in adpt_i2o_lct_get()
A Ddpti.h244 void __iomem *FwDebugBuffer_P; // Virtual Address Of FW Debug Buffer member

Completed in 11 milliseconds