Searched refs:RegVal (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/hal/ ! |
D | rtl8188e_phycfg.c | 481 u16 RegVal; in PHY_BBConfig8188E() local 488 res = rtw_read16(Adapter, REG_SYS_FUNC_EN, &RegVal); in PHY_BBConfig8188E() 492 rtw_write16(Adapter, REG_SYS_FUNC_EN, (u16)(RegVal | BIT(13) | BIT(0) | BIT(1))); in PHY_BBConfig8188E()
|
/linux-6.1.9/drivers/staging/rtl8723bs/hal/ ! |
D | rtl8723b_phycfg.c | 387 u32 RegVal; in PHY_BBConfig8723B() local 393 RegVal = rtw_read16(Adapter, REG_SYS_FUNC_EN); in PHY_BBConfig8723B() 394 rtw_write16(Adapter, REG_SYS_FUNC_EN, (u16)(RegVal|BIT13|BIT0|BIT1)); in PHY_BBConfig8723B()
|
/linux-6.1.9/drivers/media/tuners/ ! |
D | mxl5005s.c | 304 u8 *RegVal, int *count); 306 static u16 MXL_RegRead(struct dvb_frontend *fe, u8 RegNum, u8 *RegVal); 311 u8 *RegVal, int *count); 316 u8 *RegVal, int *count); 3482 static u16 MXL_RegRead(struct dvb_frontend *fe, u8 RegNum, u8 *RegVal) in MXL_RegRead() argument 3489 *RegVal = (u8)(state->TunerRegs[i].Reg_Val); in MXL_RegRead() 3577 u8 *RegVal, int *count) in MXL_GetInitRegister() argument 3594 status += MXL_RegRead(fe, RegNum[i], &RegVal[i]); in MXL_GetInitRegister() 3600 static u16 MXL_GetCHRegister(struct dvb_frontend *fe, u8 *RegNum, u8 *RegVal, in MXL_GetCHRegister() argument 3628 status += MXL_RegRead(fe, RegNum[i], &RegVal[i]); in MXL_GetCHRegister() [all …]
|