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

/drivers/staging/bcm/
H A Dnvm.c2900 enum bcm_flash2x_section_val eFlash2xSectVal,
2920 if (eFlash2xSectVal == NO_SECTION_VAL)
2923 FlashSectValStartOffset = BcmGetSectionValStartOffset(Adapter, eFlash2xSectVal);
2926 BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0, "This Section<%d> does not exist in Flash Map 2.x", eFlash2xSectVal);
2930 if (IsSectionExistInVendorInfo(Adapter, eFlash2xSectVal))
2931 return vendorextnWriteSection(Adapter, (PUCHAR)pBuffer, eFlash2xSectVal, uiOffset, uiNumBytes, bVerify);
3340 int BcmSetActiveSection(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_section_val eFlash2xSectVal) argument
3351 Status = IsSectionWritable(Adapter, eFlash2xSectVal);
3353 BCM_DEBUG_PRINT(Adapter, DBG_TYPE_PRINTK, 0, 0, "Provided Section <%d> is not writable", eFlash2xSectVal);
3358 switch (eFlash2xSectVal) {
2898 BcmFlash2xBulkWrite(struct bcm_mini_adapter *Adapter, PUINT pBuffer, enum bcm_flash2x_section_val eFlash2xSectVal, unsigned int uiOffset, unsigned int uiNumBytes, unsigned int bVerify) argument
[all...]
H A DPrototypes.h178 INT BcmSetActiveSection(struct bcm_mini_adapter *Adapter, enum bcm_flash2x_section_val eFlash2xSectVal);

Completed in 62 milliseconds