Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Applications/EepromCmd/
DEepromCmd.c129 MARVELL_EEPROM_PROTOCOL *EepromProtocol; in EepromList() local
147 (VOID **) &EepromProtocol, in EepromList()
151 Print (L"0x%x at bus %d\n", I2C_DEVICE_ADDRESS(EepromProtocol->Identifier), in EepromList()
152 I2C_DEVICE_BUS(EepromProtocol->Identifier)); in EepromList()
173 MARVELL_EEPROM_PROTOCOL *EepromProtocol; in EepromLocateProtocol() local
188 (VOID **) &EepromProtocol, in EepromLocateProtocol()
192 if (EepromProtocol->Identifier == Identifier) { in EepromLocateProtocol()
193 *FoundEepromProtocol = EepromProtocol; in EepromLocateProtocol()
222 MARVELL_EEPROM_PROTOCOL *EepromProtocol = NULL; in ShellCommandRunEeprom() local
311 EepromLocateProtocol (I2C_DEVICE_INDEX(Bus, Chip), &Handle, &EepromProtocol); in ShellCommandRunEeprom()
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/Devices/MvEeprom/
DMvEeprom.c194 EepromContext->EepromProtocol.Transfer = MvEepromTransfer; in MvEepromStart()
210 EepromContext->EepromProtocol.Identifier = EepromContext->I2cIo->DeviceIndex; in MvEepromStart()
213 &gMarvellEepromProtocolGuid, &EepromContext->EepromProtocol, in MvEepromStart()
244 MARVELL_EEPROM_PROTOCOL *EepromProtocol; in MvEepromStop() local
251 (VOID **) &EepromProtocol, in MvEepromStop()
260 EepromContext = EEPROM_SC_FROM_EEPROM(EepromProtocol); in MvEepromStop()
264 &gMarvellEepromProtocolGuid, &EepromContext->EepromProtocol, in MvEepromStop()
DMvEeprom.h63 MARVELL_EEPROM_PROTOCOL EepromProtocol; member
67 #define EEPROM_SC_FROM_EEPROM(a) CR (a, EEPROM_CONTEXT, EepromProtocol, EEPROM_SIGNATURE)