Home
last modified time | relevance | path

Searched refs:m_hi_cfg_timing_div (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/dvb-frontends/
Ddrxk_hard.h238 u16 m_hi_cfg_timing_div; member
Ddrxk_hard.c614 state->m_hi_cfg_timing_div = ((state->m_sys_clock_freq / 1000) * in init_state()
617 if (state->m_hi_cfg_timing_div > SIO_HI_RA_RAM_PAR_2_CFG_DIV__M) in init_state()
618 state->m_hi_cfg_timing_div = SIO_HI_RA_RAM_PAR_2_CFG_DIV__M; in init_state()
1075 state->m_hi_cfg_timing_div); in hi_cfg_command()