Searched refs:fcfg1UserId (Results 1 – 2 of 2) sorted by relevance
127 uint32_t fcfg1UserId = ChipInfo_GetUserId() ; in ChipInfo_GetChipType() local128 uint32_t fcfg1Protocol = (( fcfg1UserId & FCFG1_USER_ID_PROTOCOL_M ) >> in ChipInfo_GetChipType()130 uint32_t fcfg1Cc13 = (( fcfg1UserId & FCFG1_USER_ID_CC13_M ) >> in ChipInfo_GetChipType()132 uint32_t fcfg1Pa = (( fcfg1UserId & FCFG1_USER_ID_PA_M ) >> in ChipInfo_GetChipType()134 uint32_t fcfg1Hposc = (( fcfg1UserId & 0x01000000 ) >> 24 ) ; in ChipInfo_GetChipType()
125 uint32_t fcfg1UserId = ChipInfo_GetUserId(); in ChipInfo_GetChipType() local126 …uint32_t fcfg1Protocol = (( fcfg1UserId & FCFG1_USER_ID_PROTOCOL_M ) >> FCFG1_USER_ID_PRO… in ChipInfo_GetChipType()127 …uint32_t fcfg1Cc13 = (( fcfg1UserId & FCFG1_USER_ID_CC13_M ) >> FCFG1_USER_ID_CC13_S … in ChipInfo_GetChipType()128 uint32_t fcfg1Pa = (( fcfg1UserId & FCFG1_USER_ID_PA_M ) >> FCFG1_USER_ID_PA_S ); in ChipInfo_GetChipType()