Searched refs:GX_FIFO_SIZE (Results 1 – 3 of 3) 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()
33 #define GX_FIFO_SIZE ( 1 * 1024*1024 ) // Large enough (The smaller the FIFO, the larger the chance… macro162 gx_fifo_p = OSAlloc( GX_FIFO_SIZE ) ; in init_gx()163 gx_fifo_obj = GXInit( gx_fifo_p, GX_FIFO_SIZE ) ; in init_gx()
28 #define GX_FIFO_SIZE ( 1 * 1024*1024 ) // Large enough (The smaller the FIFO, the larger the c… macro153 gx_fifo_p = OSAlloc( GX_FIFO_SIZE ) ; in init_gx()154 gx_fifo_obj = GXInit( gx_fifo_p, GX_FIFO_SIZE ) ; in init_gx()