Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/bcm/
Dnvm.h68 B_UINT32 OffsetFromZeroForControlSectionStart; member
139 B_UINT32 OffsetFromZeroForControlSectionStart; member
Dnvm.c2574 …setFromZeroForControlSectionStart :0x%x", (psFlash2xCSInfo->OffsetFromZeroForControlSectionStart)); in BcmDumpFlash2XCSStructure()
2634 …psFlash2xCSInfo->OffsetFromZeroForControlSectionStart = ntohl(psFlash2xCSInfo->OffsetFromZeroForCo… in ConvertEndianOf2XCSStructure()
2691 …psFlashCSInfo->OffsetFromZeroForControlSectionStart = ntohl(psFlashCSInfo->OffsetFromZeroForContro… in ConvertEndianOfCSStructure()
2862 …Adapter->ulFlashControlSectionStart = Adapter->psFlashCSInfo->OffsetFromZeroForControlSectionStart; in BcmGetFlashCSInfo()
2923 …apter->ulFlashControlSectionStart = Adapter->psFlash2xCSInfo->OffsetFromZeroForControlSectionStart; in BcmGetFlashCSInfo()
3054 if(Adapter->psFlash2xCSInfo->OffsetFromZeroForControlSectionStart != UNINIT_PTR_IN_CS) in BcmGetSectionValStartOffset()
3055 SectStartOffset = (Adapter->psFlash2xCSInfo->OffsetFromZeroForControlSectionStart); in BcmGetSectionValStartOffset()
3704 if((psFlash2xCSInfo->OffsetFromZeroForControlSectionStart) != UNINIT_PTR_IN_CS) in BcmGetFlash2xSectionalBitMap()
5040 if(Adapter->psFlash2xCSInfo->OffsetFromZeroForControlSectionStart != UNINIT_PTR_IN_CS) in IsSectionExistInFlash()