swab16
pFBlk->iSize = swab16((u16)swab16(pNext->iSize)+iSize+size);
#define SWAB16(B,X) ((B)->needSwab? swab16((u16)X) : ((u16)X))
(((uint32_t)swab16((uint16_t)((value) & 0xffff)) << 16) | \
(uint32_t)swab16((uint16_t)((value) >> 16)))
magic2 = swab16(magic);
temp = swab16(*eepdata);
el = swab16(ahp->ah_eeprom.def.baseEepHeader.length);
word = swab16(eep->baseEepHeader.length);
word = swab16(eep->baseEepHeader.checksum);
word = swab16(eep->baseEepHeader.version);
word = swab16(eep->baseEepHeader.regDmn[0]);
word = swab16(eep->baseEepHeader.regDmn[1]);
word = swab16(eep->baseEepHeader.rfSilent);
word = swab16(eep->baseEepHeader.blueToothOptions);
word = swab16(eep->baseEepHeader.deviceCap);
word = swab16(pModal->spurChans[i].spurChan);
magic2 = swab16(magic);
temp = swab16(*eepdata);
el = swab16(ahp->ah_eeprom.map4k.baseEepHeader.length);
word = swab16(eep->baseEepHeader.length);
word = swab16(eep->baseEepHeader.checksum);
word = swab16(eep->baseEepHeader.version);
word = swab16(eep->baseEepHeader.regDmn[0]);
word = swab16(eep->baseEepHeader.regDmn[1]);
word = swab16(eep->baseEepHeader.rfSilent);
word = swab16(eep->baseEepHeader.blueToothOptions);
word = swab16(eep->baseEepHeader.deviceCap);
word = swab16(eep->modalHeader.spurChans[i].spurChan);