Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
Dcx24120.c871 u32 n_rat; member
958 clock_ratios_table[idx].n_rat, in cx24120_set_clock_ratios()
969 cmd.arg[5] = (clock_ratios_table[idx].n_rat >> 16) & 0xff; in cx24120_set_clock_ratios()
970 cmd.arg[6] = (clock_ratios_table[idx].n_rat >> 8) & 0xff; in cx24120_set_clock_ratios()
971 cmd.arg[7] = (clock_ratios_table[idx].n_rat >> 0) & 0xff; in cx24120_set_clock_ratios()