Searched refs:MAX_MSPI_BURST_READ_SIZE (Results 1 – 2 of 2) sorted by relevance
523 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()
163 #define MAX_MSPI_BURST_READ_SIZE 32 macro