Home
last modified time | relevance | path

Searched refs:psFlash2xBitMap (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/bcm/
Dnvm.c3414 static INT BcmDumpFlash2xSectionBitMap(PFLASH2X_BITMAP psFlash2xBitMap) in BcmDumpFlash2xSectionBitMap() argument
3418 …BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"ISO_IMAGE1 :0X%x", psFlash2xBitMap-… in BcmDumpFlash2xSectionBitMap()
3419 …BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"ISO_IMAGE2 :0X%x", psFlash2xBitMap-… in BcmDumpFlash2xSectionBitMap()
3420 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"DSD0 :0X%x", psFlash2xBitMap->DSD0); in BcmDumpFlash2xSectionBitMap()
3421 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"DSD1 :0X%x", psFlash2xBitMap->DSD1); in BcmDumpFlash2xSectionBitMap()
3422 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"DSD2 :0X%x", psFlash2xBitMap->DSD2); in BcmDumpFlash2xSectionBitMap()
3423 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"VSA0 :0X%x", psFlash2xBitMap->VSA0); in BcmDumpFlash2xSectionBitMap()
3424 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"VSA1 :0X%x", psFlash2xBitMap->VSA1); in BcmDumpFlash2xSectionBitMap()
3425 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"VSA2 :0X%x", psFlash2xBitMap->VSA2); in BcmDumpFlash2xSectionBitMap()
3426 BCM_DEBUG_PRINT(Adapter,DBG_TYPE_OTHERS, NVM_RW, DBG_LVL_ALL,"SCSI :0X%x", psFlash2xBitMap->SCSI); in BcmDumpFlash2xSectionBitMap()
[all …]
DBcmchar.c1658 PFLASH2X_BITMAP psFlash2xBitMap; in bcm_char_ioctl() local
1667 psFlash2xBitMap = kzalloc(sizeof(FLASH2X_BITMAP), GFP_KERNEL); in bcm_char_ioctl()
1668 if(psFlash2xBitMap == NULL) in bcm_char_ioctl()
1682 kfree(psFlash2xBitMap); in bcm_char_ioctl()
1686 BcmGetFlash2xSectionalBitMap(Adapter, psFlash2xBitMap); in bcm_char_ioctl()
1688 if (copy_to_user(IoBuffer.OutputBuffer, psFlash2xBitMap, sizeof(FLASH2X_BITMAP))) in bcm_char_ioctl()
1691 kfree(psFlash2xBitMap); in bcm_char_ioctl()
DPrototypes.h166 INT BcmGetFlash2xSectionalBitMap(PMINI_ADAPTER Adapter, PFLASH2X_BITMAP psFlash2xBitMap);