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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddpti.h249 void __iomem *FwDebugBuffer_P; // Virtual Address Of FW Debug Buffer member in struct:_adpt_hba
H A Ddpt_i2o.c1201 if(pHba->FwDebugBuffer_P)
1202 iounmap(pHba->FwDebugBuffer_P);
3177 pHba->FwDebugBuffer_P = ioremap(pHba->base_addr_phys + buf[0],
3179 if (pHba->FwDebugBuffer_P) {
3180 pHba->FwDebugFlags_P = pHba->FwDebugBuffer_P +
3182 pHba->FwDebugBLEDvalue_P = pHba->FwDebugBuffer_P +
3185 pHba->FwDebugStrLength_P = pHba->FwDebugBuffer_P +
3187 pHba->FwDebugBuffer_P += buf[2];

Completed in 49 milliseconds