Searched refs:ocSyncLvl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 398 u16 ocSyncLvl = 0; in StopOC() local 405 status = Read16(state, EC_OC_REG_SNC_ISC_LVL__A, &ocSyncLvl, 0); in StopOC() 409 state->m_EcOcRegSncSncLvl = ocSyncLvl; in StopOC() 441 ocSyncLvl &= ~(EC_OC_REG_SNC_ISC_LVL_OSC__M); in StopOC() 442 status = Write16(state, EC_OC_REG_SNC_ISC_LVL__A, ocSyncLvl, 0); in StopOC()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | drxd_hard.c | 398 u16 ocSyncLvl = 0; in StopOC() local 405 status = Read16(state, EC_OC_REG_SNC_ISC_LVL__A, &ocSyncLvl, 0); in StopOC() 409 state->m_EcOcRegSncSncLvl = ocSyncLvl; in StopOC() 441 ocSyncLvl &= ~(EC_OC_REG_SNC_ISC_LVL_OSC__M); in StopOC() 442 status = Write16(state, EC_OC_REG_SNC_ISC_LVL__A, ocSyncLvl, 0); in StopOC()
|
Completed in 7 milliseconds