Searched refs:loadedFifoBytes (Results 1 – 1 of 1) sorted by relevance
1915 uint32_t loadedFifoBytes; in Cy_SMIF_PopRxFifo() local1919 loadedFifoBytes = Cy_SMIF_GetRxFifoStatus(baseaddr); in Cy_SMIF_PopRxFifo()1920 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()1973 loadedFifoBytes = Cy_SMIF_GetRxFifoStatus(baseaddr); in Cy_SMIF_PopRxFifo()1974 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()