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