Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/dvb-frontends/
Dcx24120.c879 u32 n_rat; member
966 clock_ratios_table[idx].n_rat, in cx24120_set_clock_ratios()
977 cmd.arg[5] = (clock_ratios_table[idx].n_rat >> 16) & 0xff; in cx24120_set_clock_ratios()
978 cmd.arg[6] = (clock_ratios_table[idx].n_rat >> 8) & 0xff; in cx24120_set_clock_ratios()
979 cmd.arg[7] = (clock_ratios_table[idx].n_rat >> 0) & 0xff; in cx24120_set_clock_ratios()