Searched refs:MAX_PCMCIA_BURST_READ_SIZE (Results 1 – 2 of 2) sorted by relevance
165 #define MAX_PCMCIA_BURST_READ_SIZE 128 macro
475 … SizePcmBurst = (u16Len > MAX_PCMCIA_BURST_READ_SIZE) ? MAX_PCMCIA_BURST_READ_SIZE : u16Len; in _MSPI_RWLong()