Lines Matching refs:MobileCountryCode
1131 *p_mcc = le16_to_cpu(pHomeNetwork->MobileCountryCode); in requestGetHomeNetwork()
1302 USHORT MobileCountryCode = 0; in requestRegistrationState2() local
1406 MobileCountryCode = (USHORT)char2ushort(pNr5gSystemInfo->MCC); in requestRegistrationState2()
1444 MobileCountryCode = (USHORT)char2ushort(pCdmaSystemInfo->MCC); in requestRegistrationState2()
1474 quectel_convert_cdma_mcc_2_ascii_mcc(&MobileCountryCode, cmda_mcc); in requestRegistrationState2()
1495 MobileCountryCode = (USHORT)char2ushort(pGsmSystemInfo->MCC); in requestRegistrationState2()
1516 MobileCountryCode = (USHORT)char2ushort(pWcdmaSystemInfo->MCC); in requestRegistrationState2()
1541 MobileCountryCode = (USHORT)char2ushort(pLteSystemInfo->MCC); in requestRegistrationState2()
1562 MobileCountryCode = (USHORT)char2ushort(pTdscdmaSystemInfo->MCC); in requestRegistrationState2()
1623 …MobileCountryCode, MobileNetworkCode, (*pPSAttachedState == 1) ? "Attached" : "Detached" , pDataCa… in requestRegistrationState2()
1638 USHORT MobileCountryCode = 0; in requestRegistrationState() local
1652 MobileCountryCode = le16_to_cpu(pCurrentPlmn->MobileCountryCode); in requestRegistrationState()
1706 quectel_convert_cdma_mcc_2_ascii_mcc(&MobileCountryCode, cmda_mcc); in requestRegistrationState()
1721 …MobileCountryCode, MobileNetworkCode, (*pPSAttachedState == 1) ? "Attached" : "Detached" , pDataCa… in requestRegistrationState()