Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/dvb-frontends/
Ddib8000.c3033 u32 corm[4] = {0, 0, 0, 0}; in dib8000_tune() local
3123 corm[2] = (dib8000_read_word(state, 596) << 16) | (dib8000_read_word(state, 597)); in dib8000_tune()
3124 corm[1] = (dib8000_read_word(state, 598) << 16) | (dib8000_read_word(state, 599)); in dib8000_tune()
3125 corm[0] = (dib8000_read_word(state, 600) << 16) | (dib8000_read_word(state, 601)); in dib8000_tune()
3127 corm[2] = (dib8000_read_word(state, 594) << 16) | (dib8000_read_word(state, 595)); in dib8000_tune()
3128 corm[1] = (dib8000_read_word(state, 596) << 16) | (dib8000_read_word(state, 597)); in dib8000_tune()
3129 corm[0] = (dib8000_read_word(state, 598) << 16) | (dib8000_read_word(state, 599)); in dib8000_tune()
3135 if (corm[max_value] < corm[find_index]) in dib8000_tune()