Searched defs:DataCycle (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
H A DSpiCommon.c436 IN BOOLEAN DataCycle,
456 DataCycle TRUE if the SPI cycle contains data
562 DataCycle,
657 IN BOOLEAN DataCycle,
675 DataCycle TRUE if the SPI cycle contains data
751 if ((DataCycle == FALSE) && (DataByteCount > 0)) {
806 if (DataCycle) {
432 SpiProtocolExecute( IN EFI_SPI_PROTOCOL *This, IN UINT8 OpcodeIndex, IN UINT8 PrefixOpcodeIndex, IN BOOLEAN DataCycle, IN BOOLEAN Atomic, IN BOOLEAN ShiftOut, IN UINTN Address, IN UINT32 DataByteCount, IN OUT UINT8 *Buffer, IN SPI_REGION_TYPE SpiRegionType ) argument
653 SendSpiCmd( IN EFI_SPI_PROTOCOL *This, IN UINT8 OpcodeIndex, IN UINT8 PrefixOpcodeIndex, IN BOOLEAN DataCycle, IN BOOLEAN Atomic, IN BOOLEAN ShiftOut, IN UINTN Address, IN UINT32 DataByteCount, IN OUT UINT8 *Buffer, IN SPI_REGION_TYPE SpiRegionType ) argument

Completed in 101 milliseconds