Searched refs:M78_ERPInformation (Results 1 – 3 of 3) sorted by relevance
124 u32 M78_ERPInformation; member
1836 reg->M78_ERPInformation &= ~BIT(5); in RFSynthesizer_SwitchingChannel()1837 Wb35Reg_Write(pHwData, 0x0878, reg->M78_ERPInformation); in RFSynthesizer_SwitchingChannel()1858 reg->M78_ERPInformation |= BIT(5); in RFSynthesizer_SwitchingChannel()1859 Wb35Reg_Write(pHwData, 0x0878, reg->M78_ERPInformation); in RFSynthesizer_SwitchingChannel()
97 case 0x878: reg->M78_ERPInformation = RegisterValue; break; in Wb35Reg_Update()