Searched refs:SpiDataCount (Results 1 – 1 of 1) sorted by relevance
694 UINT32 SpiDataCount; in SendSpiCmd() local741 … SpiDataCount = (((UINT32) (HardwareSpiAddr) + BIT8) &~(BIT8 - 1)) - (UINT32) (HardwareSpiAddr); in SendSpiCmd()743 SpiDataCount = DataByteCount; in SendSpiCmd()750 if (SpiDataCount >= 64) { in SendSpiCmd()751 SpiDataCount = 64; in SendSpiCmd()752 } else if ((SpiDataCount &~0x07) != 0) { in SendSpiCmd()753 SpiDataCount = SpiDataCount &~0x07; in SendSpiCmd()759 for (Index = 0; Index < SpiDataCount; Index++) { in SendSpiCmd()786 … ( (UINT16) (B_QNC_RCRB_SPIC_DC) | (UINT16) (((SpiDataCount - 1) << 8) & B_QNC_RCRB_SPIC_DBC) | in SendSpiCmd()814 for (Index = 0; Index < SpiDataCount; Index++) { in SendSpiCmd()[all …]