Home
last modified time | relevance | path

Searched refs:SrcSection (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/staging/bcm/
Dnvm.c3975 if(ReadISOSignature(Adapter,sCopySectStrut.SrcSection) != ISO_IMAGE_MAGIC_NUMBER) in BcmCopyISO()
3983 sCopySectStrut.SrcSection, in BcmCopyISO()
4010 if(sCopySectStrut.SrcSection ==ISO_IMAGE1 && sCopySectStrut.DstSection ==ISO_IMAGE2) in BcmCopyISO()
4142 if(sCopySectStrut.SrcSection ==ISO_IMAGE2 && sCopySectStrut.DstSection ==ISO_IMAGE1) in BcmCopyISO()
4529 FLASH2X_SECTION_VAL SrcSection, in BcmCopySection() argument
4538 if(SrcSection == DstSection) in BcmCopySection()
4543 if((SrcSection != DSD0) && (SrcSection != DSD1) && (SrcSection != DSD2)) in BcmCopySection()
4558 numOfBytes = BcmGetSectionValEndOffset(Adapter,SrcSection) in BcmCopySection()
4559 - BcmGetSectionValStartOffset(Adapter,SrcSection); in BcmCopySection()
4564 if((offset + numOfBytes) > BcmGetSectionValEndOffset(Adapter,SrcSection) in BcmCopySection()
[all …]
DBcmchar.c1715 …(Adapter, DBG_TYPE_OTHERS, OSAL_DBG, DBG_LVL_ALL, "Source SEction :%x", sCopySectStrut.SrcSection); in bcm_char_ioctl()
1720 if (IsSectionExistInFlash(Adapter, sCopySectStrut.SrcSection) == FALSE) { in bcm_char_ioctl()
1721 …, DBG_TYPE_PRINTK, 0, 0, "Source Section<%x> does not exixt in Flash ", sCopySectStrut.SrcSection); in bcm_char_ioctl()
1730 if (sCopySectStrut.SrcSection == sCopySectStrut.DstSection) { in bcm_char_ioctl()
1746 if (sCopySectStrut.SrcSection == ISO_IMAGE1 || sCopySectStrut.SrcSection == ISO_IMAGE2) { in bcm_char_ioctl()
1760 Status = BcmCopySection(Adapter, sCopySectStrut.SrcSection, in bcm_char_ioctl()
DIoctl.h285 FLASH2X_SECTION_VAL SrcSection; member
DPrototypes.h195 FLASH2X_SECTION_VAL SrcSection,