Home
last modified time | relevance | path

Searched refs:chipid (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ipauth/drv/ipauth/
H A DdrvIPAUTH.c528 MS_U16 chipid; in MApi_AUTH_Process() local
644chipid = (MDrv_AUTH_Char2Int(string[8])<<12) + (MDrv_AUTH_Char2Int(string[9])<<8) + (MDrv_AUTH_Cha… in MApi_AUTH_Process()
650 ULOGI("IPAUTH","\n%04x%04x%04x\n",customerid,modelid,chipid); in MApi_AUTH_Process()
652 if((chipid != 0x6666) && (chipid != 0x6667)) in MApi_AUTH_Process()
654 if(chipid != MDrv_SYS_GetChipID()) in MApi_AUTH_Process()
/utopia/UTPA2-700.0.x/modules/graphic/hal/maldives/gop/
H A DhalGOP.c364 MS_U16 chipid=0; in HAL_GOP_Init() local
374 chipid=MDrv_SYS_GetChipID(); in HAL_GOP_Init()
376 …if( ( bAddOffset == FALSE ) && ( chipid == CHIPID_MUNICH_SERIES ) && ( sys_info->Chip.Version == C… in HAL_GOP_Init()
/utopia/UTPA2-700.0.x/modules/graphic/hal/mustang/gop/
H A DhalGOP.c364 MS_U16 chipid=0; in HAL_GOP_Init() local
377 chipid=MDrv_SYS_GetChipID(); in HAL_GOP_Init()
379 if( ( bAddOffset == FALSE ) && ( chipid == CHIPID_MUSTANG_SERIES )){ in HAL_GOP_Init()