Home
last modified time | relevance | path

Searched refs:OpcodeIndex (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
DSpiCommon.c434 IN UINT8 OpcodeIndex, in SpiProtocolExecute() argument
501 if ((OpcodeIndex >= SPI_NUM_OPCODE) || (PrefixOpcodeIndex >= SPI_NUM_PREFIX_OPCODE)) { in SpiProtocolExecute()
560 OpcodeIndex, in SpiProtocolExecute()
655 IN UINT8 OpcodeIndex, in SendSpiCmd() argument
723 Operation = SpiInstance->SpiInitTable.OpcodeMenu[OpcodeIndex].Operation; in SendSpiCmd()
724 OpCode = MmioRead8 (PchRootComplexBar + R_QNC_RCRB_SPIOPMENU + OpcodeIndex); in SendSpiCmd()
738 if (SpiInstance->SpiInitTable.OpcodeMenu[OpcodeIndex].Type == EnumSpiOpcodeRead && in SendSpiCmd()
810 (UINT16) ((OpcodeIndex << 4) & B_QNC_RCRB_SPIC_COP) | in SendSpiCmd()
817 ( (UINT16) ((OpcodeIndex << 4) & B_QNC_RCRB_SPIC_COP) | in SendSpiCmd()
DSpiCommon.h157 IN UINT8 OpcodeIndex,
210 IN UINT8 OpcodeIndex,
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
DSpi.h213 IN UINT8 OpcodeIndex,
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/
DSpi.h262 IN UINT8 OpcodeIndex,