Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/winbond/
Dwb35reg_s.h124 u32 M78_ERPInformation; member
Dreg.c1836 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()
Dwb35reg.c97 case 0x878: reg->M78_ERPInformation = RegisterValue; break; in Wb35Reg_Update()