Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/dvb-frontends/
Ddrxd_hard.c135 u16 osc_clock_freq; member
1147 if (state->osc_clock_freq == 0 || in InitCC()
1148 state->osc_clock_freq > 20000 || in InitCC()
1149 (state->osc_clock_freq % 4000) != 0) { in InitCC()
1150 printk(KERN_ERR "invalid osc frequency %d\n", state->osc_clock_freq); in InitCC()
1157 Write16(state, CC_REG_REF_DIVIDE__A, state->osc_clock_freq / 4000, 0); in InitCC()
2578 state->osc_clock_freq = (u16) ulClock; in CDRXD()
2598 state->hi_cfg_bridge_delay = (u16) ((state->osc_clock_freq / 1000) * in CDRXD()
/linux-4.19.296/drivers/media/dvb-frontends/drx39xyj/
Ddrx_driver.h1830 s32 osc_clock_freq; member
Ddrxj.c2418 (u16) ((common_attr->osc_clock_freq / 1000) * HI_I2C_BRIDGE_DELAY) / in init_hi()
2509 common_attr->osc_clock_freq = 27000; in get_device_capabilities()
2513 common_attr->osc_clock_freq = 20250; in get_device_capabilities()
2517 common_attr->osc_clock_freq = 4000; in get_device_capabilities()