Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dstm32f4xx.common.lkr3 __eedata_start = ORIGIN(eedata);
4 __eedata_end = ORIGIN(eedata) + LENGTH(eedata);
Dstm32f4xx.bl.lkr34 .eedata : {
37 KEEP (*(.eedata) ) ;
38 . = LENGTH(eedata) - 1; /* make sure it is all full of 0xFFs */
41 } > eedata = 0xff
Dstm32f401.map.lkr20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
Dstm32f412.map.lkr20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
Dstm32f411.map.lkr20 eedata : ORIGIN = 0x08004000, LENGTH = 32K /* two 16K blocks */
/device/google/contexthub/firmware/
DAndroid.mk72 LOCAL_OBJCOPY_SECT_cortexm4 := .bl .data .eedata
/device/google/contexthub/firmware/os/platform/stm32/
Dstm32.mk78 $(OBJCOPY) -j .bl -j .data -j .eedata $(OBJCOPY_PARAMS) $< $@
/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DE100b.c1382 UINT16 *eedata; in E100bReadEepromAndStationAddress() local
1384 eedata = (UINT16 *) (&AdapterInfo->NVData[0]); in E100bReadEepromAndStationAddress()
1396 eedata[Index] = value; in E100bReadEepromAndStationAddress()
2559 UINT16 *eedata; in PhyDetect() local
2565 eedata = (UINT16 *) (&AdapterInfo->NVData[0]); in PhyDetect()
2574 AdapterInfo->PhyRecord[0] = eedata[6]; in PhyDetect()
2575 AdapterInfo->PhyRecord[1] = eedata[7]; in PhyDetect()