Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/dvb-frontends/
Ddrxk_hard.h238 u16 m_hi_cfg_timing_div; member
Ddrxk_hard.c572 state->m_hi_cfg_timing_div = ((state->m_sys_clock_freq / 1000) * in init_state()
575 if (state->m_hi_cfg_timing_div > SIO_HI_RA_RAM_PAR_2_CFG_DIV__M) in init_state()
576 state->m_hi_cfg_timing_div = SIO_HI_RA_RAM_PAR_2_CFG_DIV__M; in init_state()
1032 state->m_hi_cfg_timing_div); in hi_cfg_command()