Searched defs:uiOffsetWithinSectionVal (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/bcm/
H A Dnvm.c2829 * @uiOffsetWithinSectionVal :- Offset with in provided section
2839 unsigned int uiOffsetWithinSectionVal,
2868 return vendorextnReadSection(Adapter, (PUCHAR)pBuffer, eFlash2xSectionVal, uiOffsetWithinSectionVal, uiNumBytes);
2871 uiAbsoluteOffset = uiOffsetWithinSectionVal + SectionStartOffset;
2890 * @uiOffsetWithinSectionVal :- Offset with in provided section
2836 BcmFlash2xBulkRead(struct bcm_mini_adapter *Adapter, PUINT pBuffer, enum bcm_flash2x_section_val eFlash2xSectionVal, unsigned int uiOffsetWithinSectionVal, unsigned int uiNumBytes) argument

Completed in 408 milliseconds