Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pcmcia/drv/pcmcia/
H A DdrvPCMCIA.c523 MS_U8 u8TmpBuf[MAX_MSPI_BURST_READ_SIZE + 1]; in _MSPI_RWLong()
524 …Size = ( SizePcmBurst > MAX_MSPI_BURST_READ_SIZE ) ? MAX_MSPI_BURST_READ_SIZE : SizePcmBurst; … in _MSPI_RWLong()
/utopia/UTPA2-700.0.x/modules/pcmcia/hal/M7821/pcmcia/
H A DregPCMCIA.h163 #define MAX_MSPI_BURST_READ_SIZE 32 macro