##// END OF EJS Templates
ahb_correctable counter handling updated...
paul -
r290:135d1e42c4e1 R3_plus draft
parent child
Show More
@@ -6,7 +6,7 struct drvmgr_key grlib_grspw_0n1_res[]
6 {"rxBdCnt", KEY_TYPE_INT, {(unsigned int)10}},
6 {"rxBdCnt", KEY_TYPE_INT, {(unsigned int)10}},
7 {"txDataSize", KEY_TYPE_INT, {(unsigned int)4096}},
7 {"txDataSize", KEY_TYPE_INT, {(unsigned int)4096}},
8 {"txHdrSize", KEY_TYPE_INT, {(unsigned int)34}},
8 {"txHdrSize", KEY_TYPE_INT, {(unsigned int)34}},
9 {"rxPktSize", KEY_TYPE_INT, {(unsigned int)248+4}},
9 {"rxPktSize", KEY_TYPE_INT, {(unsigned int)228+4}},
10 KEY_EMPTY
10 KEY_EMPTY
11 };
11 };
12
12
@@ -700,7 +700,8 void hk_lfr_le_me_he_update()
700 + housekeeping_packet.hk_lfr_timecode_invalid
700 + housekeeping_packet.hk_lfr_timecode_invalid
701 + housekeeping_packet.hk_lfr_time_timecode_it
701 + housekeeping_packet.hk_lfr_time_timecode_it
702 + housekeeping_packet.hk_lfr_time_not_synchro
702 + housekeeping_packet.hk_lfr_time_not_synchro
703 + housekeeping_packet.hk_lfr_time_timecode_ctr;
703 + housekeeping_packet.hk_lfr_time_timecode_ctr
704 + housekeeping_packet.hk_lfr_ahb_correctable;
704 // housekeeping_packet.hk_lfr_dpu_spw_rx_ahb => not handled by the grspw driver
705 // housekeeping_packet.hk_lfr_dpu_spw_rx_ahb => not handled by the grspw driver
705 // housekeeping_packet.hk_lfr_dpu_spw_tx_ahb => not handled by the grspw driver
706 // housekeeping_packet.hk_lfr_dpu_spw_tx_ahb => not handled by the grspw driver
706
707
@@ -758,7 +759,7 void set_hk_lfr_time_not_synchro()
758
759
759 }
760 }
760
761
761 void set_hk_lfr_ahb_correctable()
762 void set_hk_lfr_ahb_correctable() // CRITICITY L
762 {
763 {
763 /** This function builds the error counter hk_lfr_ahb_correctable using the statistics provided
764 /** This function builds the error counter hk_lfr_ahb_correctable using the statistics provided
764 * by the Cache Control Register (ASI 2, offset 0) and in the Register Protection Control Register (ASR16) on the
765 * by the Cache Control Register (ASI 2, offset 0) and in the Register Protection Control Register (ASR16) on the
General Comments 0
You need to be logged in to leave comments. Login now