Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/Devices/
DMvSpiFlash.c62 IN SPI_DEVICE *Slave, in MvSpiFlashReadCmd() argument
72 Status = SpiMasterProtocol->ReadWrite (SpiMasterProtocol, Slave, Cmd, in MvSpiFlashReadCmd()
81 IN SPI_DEVICE *Slave in MvSpiFlashWriteEnableCmd() argument
88 Status = SpiMasterProtocol->Transfer (SpiMasterProtocol, Slave, 1, in MvSpiFlashWriteEnableCmd()
97 IN SPI_DEVICE *Slave, in MvSpiFlashWriteCommon() argument
117 MvSpiFlashWriteEnableCmd (Slave); in MvSpiFlashWriteCommon()
120 SpiMasterProtocol->ReadWrite (SpiMasterProtocol, Slave, Cmd, Length, in MvSpiFlashWriteCommon()
124 SpiMasterProtocol->Transfer (SpiMasterProtocol, Slave, 1, &CmdStatus, in MvSpiFlashWriteCommon()
127 SpiMasterProtocol->Transfer (SpiMasterProtocol, Slave, 1, NULL, &State, in MvSpiFlashWriteCommon()
139 SpiMasterProtocol->Transfer (SpiMasterProtocol, Slave, 0, NULL, NULL, SPI_TRANSFER_END); in MvSpiFlashWriteCommon()
[all …]
DMvSpiFlash.h96 IN SPI_DEVICE *Slave,
104 IN SPI_DEVICE *Slave,
112 IN SPI_DEVICE *Slave,
129 IN SPI_DEVICE *Slave
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Spi/
DMvSpiDxe.c138 IN SPI_DEVICE *Slave in SpiSetupTransfer() argument
157 SpiSetCs(Slave->Cs); in SpiSetupTransfer()
164 switch (Slave->Mode) { in SpiSetupTransfer()
188 IN SPI_DEVICE *Slave, in MvSpiTransfer() argument
211 SpiActivateCs (Slave->Cs); in MvSpiTransfer()
260 IN SPI_DEVICE *Slave, in MvSpiReadWrite() argument
270 Status = MvSpiTransfer (This, Slave, CmdSize, Cmd, NULL, SPI_TRANSFER_BEGIN); in MvSpiReadWrite()
276 Status = MvSpiTransfer (This, Slave, DataSize, DataOut, DataIn, SPI_TRANSFER_END); in MvSpiReadWrite()
303 SPI_DEVICE *Slave; in MvSpiSetupSlave() local
305 Slave = AllocateZeroPool (sizeof(SPI_DEVICE)); in MvSpiSetupSlave()
[all …]
DMvSpiDxe.h99 IN SPI_DEVICE *Slave,
110 IN SPI_DEVICE *Slave,
135 IN SPI_DEVICE *Slave
/device/linaro/bootloader/OpenPlatformPkg/Applications/FirmwareUpdate/
DFUpdate.c93 IN SPI_DEVICE *Slave in SpiFlashProbe() argument
104 SpiFlashProtocol->ReadId (Slave, sizeof (UINT32), (UINT8 *)&IdBuffer); in SpiFlashProbe()
119 Status = SpiFlashProtocol->Init (SpiFlashProtocol, Slave); in SpiFlashProbe()
258 SPI_DEVICE *Slave; in ShellCommandRunFUpdate() local
320 Slave = SpiMasterProtocol->SetupDevice (SpiMasterProtocol, 0, 0); in ShellCommandRunFUpdate()
321 if (Slave == NULL) { in ShellCommandRunFUpdate()
326 Status = SpiFlashProbe (Slave); in ShellCommandRunFUpdate()
333 Status = SpiFlashProtocol->Update (Slave, 0, FileSize, (UINT8 *)FileBuffer); in ShellCommandRunFUpdate()
336 SpiMasterProtocol->FreeDevice(Slave); in ShellCommandRunFUpdate()
350 SpiMasterProtocol->FreeDevice(Slave); in ShellCommandRunFUpdate()
/device/linaro/bootloader/OpenPlatformPkg/Applications/SpiTool/
DSpiFlashCmd.c165 IN SPI_DEVICE *Slave in FlashProbe() argument
177 Slave, in FlashProbe()
186 Status = SpiFlashProtocol->Init (SpiFlashProtocol, Slave); in FlashProbe()
210 SPI_DEVICE *Slave; in ShellCommandRunSpiFlash() local
287 Slave = SpiMasterProtocol->SetupDevice (SpiMasterProtocol, 0, 0); in ShellCommandRunSpiFlash()
288 if (Slave == NULL) { in ShellCommandRunSpiFlash()
296 Status = FlashProbe (Slave); in ShellCommandRunSpiFlash()
425 Status = SpiFlashProtocol->Read (Slave, Offset, ByteCount, Buffer); in ShellCommandRunSpiFlash()
428 Status = SpiFlashProtocol->Erase (Slave, Offset, ByteCount); in ShellCommandRunSpiFlash()
432 Status = SpiFlashProtocol->Write (Slave, Offset, ByteCount, Buffer); in ShellCommandRunSpiFlash()
[all …]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DPchSmb.asl33 // data to a specific Slave Device per SMBus Send Byte Protocol.
57 TXSA, 8, // 4 - Transmit Slave Address
62 RXSA, 8, // 9 - Receive Slave Address
63 SDAT, 16, // A - Slave Data
103 // of data to a specific Slave Device per SMBus Receive Byte
127 TXSA, 8, // 4 - Transmit Slave Address
132 RXSA, 8, // 9 - Receive Slave Address
133 SDAT, 16, // A - Slave Data
171 // of data to a specific Slave Device per SMBus Write Byte
197 TXSA, 8, // 4 - Transmit Slave Address
[all …]
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Marvell/Include/Protocol/
DSpi.h64 IN SPI_DEVICE *Slave,
75 IN SPI_DEVICE *Slave,
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
DMvI2cDxe.c273 IN UINT8 Slave, in MvI2cLockedStart() argument
308 I2C_WRITE(I2cMasterContext, I2C_DATA, Slave); in MvI2cLockedStart()
317 ReadAccess = (Slave & 0x1) ? 1 : 0; in MvI2cLockedStart()
395 IN UINT8 Slave, in MvI2cRepeatedStart() argument
402 Status = MvI2cLockedStart(I2cMasterContext, I2C_STATUS_RPTD_START, Slave, in MvI2cRepeatedStart()
419 IN UINT8 Slave, in MvI2cStart() argument
426 Status = MvI2cLockedStart(I2cMasterContext, I2C_STATUS_START, Slave, Timeout); in MvI2cStart()
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DSpiDriver.txt79 param[in] Slave Pointer to the SPI_DEVICE struct.
107 param[in] Slave Pointer to the SPI_DEVICE struct.
/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
DQemuBootOrderLib.c742 UINT64 Slave; in TranslatePciOfwNodes() local
753 &Slave, in TranslatePciOfwNodes()
756 Slave > 1 in TranslatePciOfwNodes()
770 Slave ? "Slave" : "Master" in TranslatePciOfwNodes()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.uni36 …SupportedFeatures_HELP #language en-US "ISA Bus features to support DMA, Slave DMA and ISA Memory…
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b1338 …r clock: %dMHz�vccm.c:vccm_mmpm_request_clocks(): BW req master port: %d, Slave port: %dBytes per …