comparison chipsetsw/layer1/cfile/l1_func.c @ 102:334789c5338c

l1_func.c: l1s_restore_synchro() removed - not applicable to our config
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Thu, 07 Apr 2016 19:54:47 +0000
parents a103d40accc2
children e3faf217ac9e
comparison
equal deleted inserted replaced
101:a103d40accc2 102:334789c5338c
1784 } 1784 }
1785 return; 1785 return;
1786 } 1786 }
1787 #endif 1787 #endif
1788 1788
1789 #if (FF_L1_FAST_DECODING == 1)
1789 /*-----------------------------------------------------------------*/ 1790 /*-----------------------------------------------------------------*/
1790 /* l1s_restore_synchro */ 1791 /* l1s_restore_synchro */
1791 /*-----------------------------------------------------------------*/ 1792 /*-----------------------------------------------------------------*/
1792 /* Description: */ 1793 /* Description: */
1793 /* ------------ */ 1794 /* ------------ */
1837 #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4) 1838 #if (TRACE_TYPE == 1) || (TRACE_TYPE == 4)
1838 trace_fct(CST_L1S_ADJUST_TIME, (UWORD32)(-1)); 1839 trace_fct(CST_L1S_ADJUST_TIME, (UWORD32)(-1));
1839 #endif 1840 #endif
1840 } 1841 }
1841 1842
1842 #if (FF_L1_FAST_DECODING == 1)
1843 BOOL l1s_check_deferred_control(UWORD8 task, UWORD8 burst_id) 1843 BOOL l1s_check_deferred_control(UWORD8 task, UWORD8 burst_id)
1844 { 1844 {
1845 /* Control activities are performed only if: 1845 /* Control activities are performed only if:
1846 - Fast decoding is not authorized 1846 - Fast decoding is not authorized
1847 - Fast decoding authorized, control running inside the fast HISR context and not first burst 1847 - Fast decoding authorized, control running inside the fast HISR context and not first burst