Searched refs:FeAgRegAgModeLop (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 575 u16 FeAgRegAgModeLop; in SetCfgIfAgc() local 577 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &FeAgRegAgModeLop, 0); in SetCfgIfAgc() 580 FeAgRegAgModeLop &= (~FE_AG_REG_AG_MODE_LOP_MODE_4__M); in SetCfgIfAgc() 581 FeAgRegAgModeLop |= FE_AG_REG_AG_MODE_LOP_MODE_4_STATIC; in SetCfgIfAgc() 582 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, FeAgRegAgModeLop, 0); in SetCfgIfAgc() 600 u16 FeAgRegAgModeLop; in SetCfgIfAgc() local 606 status = Read16(state, FE_AG_REG_AG_MODE_LOP__A, &FeAgRegAgModeLop, 0); in SetCfgIfAgc() 609 FeAgRegAgModeLop &= (~FE_AG_REG_AG_MODE_LOP_MODE_4__M); in SetCfgIfAgc() 610 FeAgRegAgModeLop |= in SetCfgIfAgc() 612 status = Write16(state, FE_AG_REG_AG_MODE_LOP__A, FeAgRegAgModeLop, 0); in SetCfgIfAgc()
|