Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/bcm/
Dnvm.c3366 INT HighestPriISO = 0 ; in BcmGetActiveISO() local
3367 HighestPriISO = getHighestPriISO(Adapter); in BcmGetActiveISO()
3369 Adapter->eActiveISO = HighestPriISO ; in BcmGetActiveISO()
3752 INT HighestPriISO = 0; in BcmSetActiveSection() local
3770 HighestPriISO = getHighestPriISO(Adapter); in BcmSetActiveSection()
3772 if(HighestPriISO == eFlash2xSectVal ) in BcmSetActiveSection()
3779 SectImagePriority = ReadISOPriority(Adapter, HighestPriISO) + 1; in BcmSetActiveSection()
3781 if((SectImagePriority <= 0) && IsSectionWritable(Adapter,HighestPriISO)) in BcmSetActiveSection()
3790 HighestPriISO, in BcmSetActiveSection()
3802 HighestPriISO = getHighestPriISO(Adapter); in BcmSetActiveSection()
[all …]