Searched refs:u32pktparser (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/ |
| H A D | drvDSCMB.c | 3855 MS_U32 u32pktparser = 0; in _MDrv_DSCMB2_PacketView() local 3868 u32pktparser = HAL_DSCMB_PktParser_Ctrl(u32Eng, u32tsif, TRUE, u32Range, 0, Mode); in _MDrv_DSCMB2_PacketView() 3872 …u32pktparser = HAL_DSCMB_PktParser_Ctrl(u32Eng, u32tsif, FALSE, u32Range, E_HAL_DSCMB_PARSER_EVENT… in _MDrv_DSCMB2_PacketView() 3873 DRVDSCMB2_DBG(DSCMB2_DBGLV_WARNING, "Event = 0x%08x\n", u32pktparser); in _MDrv_DSCMB2_PacketView() 3874 HAL_DSCMB_PktParser_PrintEvent(u32pktparser); in _MDrv_DSCMB2_PacketView() 3876 …u32pktparser = HAL_DSCMB_PktParser_Ctrl(u32Eng, u32tsif, FALSE, u32Range, E_HAL_DSCMB_PARSER_SCB, … in _MDrv_DSCMB2_PacketView() 3877 DRVDSCMB2_DBG(DSCMB2_DBGLV_WARNING, "SCB_00 = 0x%x\n", (u32pktparser & 0xFF000000) >>24); in _MDrv_DSCMB2_PacketView() 3878 DRVDSCMB2_DBG(DSCMB2_DBGLV_WARNING, "SCB_01 = 0x%x\n", (u32pktparser & 0x00FF0000) >>16); in _MDrv_DSCMB2_PacketView() 3879 DRVDSCMB2_DBG(DSCMB2_DBGLV_WARNING, "SCB_10 = 0x%x\n", (u32pktparser & 0x0000FF00) >> 8); in _MDrv_DSCMB2_PacketView() 3880 DRVDSCMB2_DBG(DSCMB2_DBGLV_WARNING, "SCB_11 = 0x%x\n", (u32pktparser & 0x000000FF) >> 0); in _MDrv_DSCMB2_PacketView() [all …]
|