Searched refs:GX_FIFO_SIZE (Results 1 – 1 of 1) sorted by relevance
30 #define GX_FIFO_SIZE ( 1 * 1024*1024 ) // Large enough (The smaller the FIFO, the larger the chance… macro155 gx_fifo_p = OSAlloc( GX_FIFO_SIZE ) ; in init_gx()156 gx_fifo_obj = GXInit( gx_fifo_p, GX_FIFO_SIZE ) ; in init_gx()