Home
last modified time | relevance | path

Searched refs:MAX_PCMCIA_BURST_READ_SIZE (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pcmcia/hal/M7821/pcmcia/
H A DregPCMCIA.h165 #define MAX_PCMCIA_BURST_READ_SIZE 128 macro
/utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/
H A DdrvPCMCIA.c475 … SizePcmBurst = (u16Len > MAX_PCMCIA_BURST_READ_SIZE) ? MAX_PCMCIA_BURST_READ_SIZE : u16Len; in _MSPI_RWLong()