Home
last modified time | relevance | path

Searched refs:u8Path (Results 1 – 25 of 114) sorted by relevance

12345

/utopia/UTPA2-700.0.x/modules/dmx/hal/k7u/tsp/
H A DhalTSP.c388 MS_U8 u8Path, u8Idx; in HAL_TSP_PktConverter_Init() local
391 for(u8Path = 0; u8Path < TSP_TSIF_NUM; ++u8Path) in HAL_TSP_PktConverter_Init()
393 HAL_TSP_PktConverter_ForceSync(u8Path, TRUE); //default: FALSE in HAL_TSP_PktConverter_Init()
394 HAL_TSP_PktConverter_SrcIdFlt(u8Path,TRUE); //default: FALSE in HAL_TSP_PktConverter_Init()
401 HAL_TSP_PktConverter_SetSyncByte(u8Path, u8Idx, &u8SyncByte, TRUE); in HAL_TSP_PktConverter_Init()
402 HAL_TSP_PktConverter_SetSrcId(u8Path, u8Idx, &u8SrcId, TRUE); in HAL_TSP_PktConverter_Init()
5083 MS_BOOL HAL_TSP_PktConverter_SetSyncByte(MS_U8 u8Path, MS_U8 u8Idx, MS_U8 *pu8SyncByte, MS_BOOL bSe… in HAL_TSP_PktConverter_SetSyncByte() argument
5085 if(u8Path >= TSP_TSIF_NUM) in HAL_TSP_PktConverter_SetSyncByte()
5087 …MODEL_ALL, printf("[TSP_ERR][%s][%d] Wrong Path Engine : 0x%x !!\n",__FUNCTION__,__LINE__,u8Path)); in HAL_TSP_PktConverter_SetSyncByte()
5091 REG16 *SynCReg = (u8Path < TSP_TSIF4)? in HAL_TSP_PktConverter_SetSyncByte()
[all …]
/utopia/UTPA2-700.0.x/modules/audio/drv/audio/
H A DdrvSOUND.c128 void MDrv_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in MDrv_SOUND_SetMute() argument
134 if (((PathGroup == AUDIO_PATH_GROUP_1) && (u8Path == AUDIO_PATH_3)) || in MDrv_SOUND_SetMute()
135 ((PathGroup == AUDIO_PATH_GROUP_2) && (u8Path == AUDIO_T3_PATH_SPDIF))) in MDrv_SOUND_SetMute()
141 HAL_SOUND_SetMute(u8Path, bEnable); in MDrv_SOUND_SetMute()
154 void MDrv_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2) in MDrv_SOUND_AbsoluteVolume() argument
156 HAL_SOUND_AbsoluteVolume(u8Path, u8Vol1, u8Vol2); in MDrv_SOUND_AbsoluteVolume()
168 void MDrv_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in MDrv_SOUND_SetPreScale() argument
170 HAL_SOUND_SetPreScale(u8Path, u8Prescale); in MDrv_SOUND_SetPreScale()
/utopia/UTPA2-700.0.x/modules/audio/hal/messi/audio/
H A DhalSOUND.c219 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
223 switch(u8Path) in HAL_SOUND_SetMute()
365 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
367 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
481 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
483 switch (u8Path) in HAL_SOUND_SetPreScale()
507 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
510 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
145 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/mainz/audio/
H A DhalSOUND.c219 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
223 switch(u8Path) in HAL_SOUND_SetMute()
365 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
367 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
481 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
483 switch (u8Path) in HAL_SOUND_SetPreScale()
507 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
510 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
145 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/dmx/hal/curry/tsp/
H A DhalTSP.c320 MS_U8 u8Path,u8Id; in HAL_TSP_PktConverter_Init() local
323 for(u8Path = 0; u8Path < TSP_TSIF_NUM; ++u8Path) in HAL_TSP_PktConverter_Init()
325 HAL_TSP_PktConverter_ForceSync(u8Path,TRUE);//default: FALSE in HAL_TSP_PktConverter_Init()
330 HAL_TSP_PktConverter_SetSyncByte(u8Path, u8Id, &u8SyncByte, TRUE); in HAL_TSP_PktConverter_Init()
331 HAL_TSP_PktConverter_SetSrcId(u8Path, u8Id, &u8Id, TRUE); in HAL_TSP_PktConverter_Init()
5601 MS_BOOL HAL_TSP_PktConverter_SetSyncByte(MS_U8 u8Path, MS_U8 u8Id, MS_U8 *pu8SyncByte, MS_BOOL bSet) in HAL_TSP_PktConverter_SetSyncByte() argument
5606 switch(u8Path) in HAL_TSP_PktConverter_SetSyncByte()
5642 MS_BOOL HAL_TSP_PktConverter_SetSrcId(MS_U8 u8Path, MS_U8 u8Id, MS_U8 *pu8SrcId, MS_BOOL bSet) in HAL_TSP_PktConverter_SetSrcId() argument
5647 switch(u8Path) in HAL_TSP_PktConverter_SetSrcId()
5695 static void HAL_TSP_PktConverter_SetMXLPktHeaderLen(MS_U8 u8Path, MS_U8 u8PktHeaderLen) in HAL_TSP_PktConverter_SetMXLPktHeaderLen() argument
[all …]
/utopia/UTPA2-700.0.x/modules/audio/hal/mooney/audio/
H A DhalSOUND.c232 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
236 switch(u8Path) in HAL_SOUND_SetMute()
347 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
349 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
473 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
475 switch(u8Path) in HAL_SOUND_SetPreScale()
499 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
502 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
144 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/k6lite/audio/
H A DhalSOUND.c231 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
235 switch(u8Path) in HAL_SOUND_SetMute()
418 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
420 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
564 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
566 switch(u8Path) in HAL_SOUND_SetPreScale()
590 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
593 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
144 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/kano/audio/
H A DhalSOUND.c231 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
235 switch(u8Path) in HAL_SOUND_SetMute()
418 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
420 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
564 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
566 switch(u8Path) in HAL_SOUND_SetPreScale()
590 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
593 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
144 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/dmx/hal/kano/tsp/
H A DhalTSP.c417 MS_U8 u8Path, u8Idx; in HAL_TSP_PktConverter_Init() local
420 for(u8Path = 0; u8Path < TSP_TSIF_NUM; ++u8Path) in HAL_TSP_PktConverter_Init()
422 HAL_TSP_PktConverter_ForceSync(u8Path,TRUE);//default: FALSE in HAL_TSP_PktConverter_Init()
423 HAL_TSP_PktConverter_SrcIdFlt(u8Path,TRUE); //default: FALSE in HAL_TSP_PktConverter_Init()
430 HAL_TSP_PktConverter_SetSyncByte(u8Path, u8Idx, &u8SyncByte, TRUE); in HAL_TSP_PktConverter_Init()
431 HAL_TSP_PktConverter_SetSrcId(u8Path, u8Idx, &u8SrcId, TRUE); in HAL_TSP_PktConverter_Init()
7074 MS_BOOL HAL_TSP_PktConverter_SetSyncByte(MS_U8 u8Path, MS_U8 u8Idx, MS_U8 *pu8SyncByte, MS_BOOL bSe… in HAL_TSP_PktConverter_SetSyncByte() argument
7079 switch(u8Path) in HAL_TSP_PktConverter_SetSyncByte()
7118 MS_BOOL HAL_TSP_PktConverter_SetSrcId(MS_U8 u8Path, MS_U8 u8Idx, MS_U8 *pu8SrcId, MS_BOOL bSet) in HAL_TSP_PktConverter_SetSrcId() argument
7123 switch(u8Path) in HAL_TSP_PktConverter_SetSrcId()
[all …]
/utopia/UTPA2-700.0.x/modules/audio/hal/manhattan/audio/
H A DhalSOUND.c249 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
253 switch(u8Path) in HAL_SOUND_SetMute()
419 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
421 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
550 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
552 switch (u8Path) in HAL_SOUND_SetPreScale()
576 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
579 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
145 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/maserati/audio/
H A DhalSOUND.c217 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
221 switch(u8Path) in HAL_SOUND_SetMute()
420 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
422 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
586 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
588 switch (u8Path) in HAL_SOUND_SetPreScale()
612 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
615 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
145 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/k6/audio/
H A DhalSOUND.c231 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
235 switch(u8Path) in HAL_SOUND_SetMute()
416 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
418 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
562 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
564 switch(u8Path) in HAL_SOUND_SetPreScale()
588 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
591 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
144 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/maldives/audio/
H A DhalSOUND.c233 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
237 switch(u8Path) in HAL_SOUND_SetMute()
348 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
350 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
474 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
476 switch(u8Path) in HAL_SOUND_SetPreScale()
500 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
503 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
144 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/M7821/audio/
H A DhalSOUND.c217 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable) in HAL_SOUND_SetMute() argument
221 switch(u8Path) in HAL_SOUND_SetMute()
420 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8u8Vol1, MS_U8 u8u8Vol2) in HAL_SOUND_AbsoluteVolume() argument
422 switch(u8Path) in HAL_SOUND_AbsoluteVolume()
586 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale) in HAL_SOUND_SetPreScale() argument
588 switch (u8Path) in HAL_SOUND_SetPreScale()
612 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path) in HAL_SOUND_GetPreScale() argument
615 switch ( u8Path ) in HAL_SOUND_GetPreScale()
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
145 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);
/utopia/UTPA2-700.0.x/modules/audio/hal/curry/audio/
H A DhalSOUND.h114 void HAL_SOUND_SetMute(MS_U8 u8Path, MS_BOOL bEnable);
115 void HAL_SOUND_AbsoluteVolume(MS_U8 u8Path, MS_U8 u8Vol1, MS_U8 u8Vol2);
116 void HAL_SOUND_SetPreScale(MS_U8 u8Path, MS_U8 u8Prescale);
144 MS_U16 HAL_SOUND_GetPreScale(MS_U8 u8Path);

12345