Searched refs:eedata (Results 1 – 8 of 8) sorted by relevance
3 __eedata_start = ORIGIN(eedata);4 __eedata_end = ORIGIN(eedata) + LENGTH(eedata);
34 .eedata : {37 KEEP (*(.eedata) ) ;38 . = LENGTH(eedata) - 1; /* make sure it is all full of 0xFFs */41 } > eedata = 0xff
20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
72 LOCAL_OBJCOPY_SECT_cortexm4 := .bl .blrodata .eedata
78 $(OBJCOPY) -j .bl -j .blrodata -j .eedata $(OBJCOPY_PARAMS) $< $@
1382 UINT16 *eedata; in E100bReadEepromAndStationAddress() local1384 eedata = (UINT16 *) (&AdapterInfo->NVData[0]); in E100bReadEepromAndStationAddress()1396 eedata[Index] = value; in E100bReadEepromAndStationAddress()2559 UINT16 *eedata; in PhyDetect() local2565 eedata = (UINT16 *) (&AdapterInfo->NVData[0]); in PhyDetect()2574 AdapterInfo->PhyRecord[0] = eedata[6]; in PhyDetect()2575 AdapterInfo->PhyRecord[1] = eedata[7]; in PhyDetect()