Searched refs:dib8000_read_word (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/media/dvb-frontends/ |
| H A D | dib8000.c | 497 tmp = dib8000_read_word(state, 903); in dib8000_set_diversity_in() 1247 agc = dib8000_read_word(state, 390); in dib8000_agc_soft_split() 2384 tmp = dib8000_read_word(state, 1); in dib8000_set_isdbt_common_channel() 3126 corm[2] = (dib8000_read_word(state, 596) << 16) | (dib8000_read_word(state, 597)); in dib8000_tune() 3127 corm[1] = (dib8000_read_word(state, 598) << 16) | (dib8000_read_word(state, 599)); in dib8000_tune() 3128 corm[0] = (dib8000_read_word(state, 600) << 16) | (dib8000_read_word(state, 601)); in dib8000_tune() 3130 corm[2] = (dib8000_read_word(state, 594) << 16) | (dib8000_read_word(state, 595)); in dib8000_tune() 3131 corm[1] = (dib8000_read_word(state, 596) << 16) | (dib8000_read_word(state, 597)); in dib8000_tune() 3132 corm[0] = (dib8000_read_word(state, 598) << 16) | (dib8000_read_word(state, 599)); in dib8000_tune() 3819 dib8000_read_word(state, 563); in dib8000_read_ber() [all …]
|