OpenCores
URL https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [soft/] [linux/] [common/] [utils/] [cl_wbpex.cpp] - Diff between revs 20 and 30

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 20 Rev 30
Line 75... Line 75...
int CL_WBPEX::StreamInit( U32 strm, U32 cnt_buf, U32 size_one_buf_of_bytes, U32 trd, U32 dir, U32 cycle, U32 system, U32 agree_mode )
int CL_WBPEX::StreamInit( U32 strm, U32 cnt_buf, U32 size_one_buf_of_bytes, U32 trd, U32 dir, U32 cycle, U32 system, U32 agree_mode )
{
{
    if( strm>1 )
    if( strm>1 )
        return 1;
        return 1;
 
 
    DEBUG_PRINT("CL_AMBPEX::%s()\n", __FUNCTION__);
    DEBUG_PRINT("CL_AMBPEX::%s( cycle=%d)\n", __FUNCTION__, cycle );
 
 
    StreamParam *pStrm= m_streamParam+strm;
    StreamParam *pStrm= m_streamParam+strm;
    if( pStrm->status!=0 )
    if( pStrm->status!=0 )
        return 1;
        return 1;
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.