Lines Matching refs:isdbt_partial_reception
2226 if (c->isdbt_partial_reception == 0) { /* 1-seg */
2246 if (c->isdbt_partial_reception == 0) { /* 1-seg */
2268 if (c->isdbt_partial_reception == 0) { /* 1-seg */
2310 if (c->isdbt_partial_reception == 1) /* 3-segments */
2319 dib8000_write_word(state, 187, (4 << 12) | (0 << 11) | (63 << 5) | (0x3 << 3) | ((~c->isdbt_partial_reception & 1) << 2) | 0x3);
2325 if (c->isdbt_partial_reception == 0) {
2345 if (c->isdbt_partial_reception == 0 && c->transmission_mode == TRANSMISSION_MODE_2K)
2361 if (c->isdbt_partial_reception == 0)
2376 c->isdbt_partial_reception = 1;
2388 dib8000_write_word(state, 274, (dib8000_read_word(state, 274) & 0xffcf) | ((c->isdbt_partial_reception & 1) << 5) | ((c->isdbt_sb_mode & 1) << 4));
2391 if (c->isdbt_partial_reception) {
2428 if (c->isdbt_partial_reception) /* 3-segments */
2808 if (c->isdbt_partial_reception == 0) {
2822 if (c->isdbt_partial_reception == 0) { /* Sound Broadcasting mode 1 seg */
3449 state->fe[sub_index_frontend]->dtv_property_cache.isdbt_partial_reception = state->fe[index_frontend]->dtv_property_cache.isdbt_partial_reception;
3505 c->isdbt_partial_reception = val & 1;
3506 dprintk("dib8000_get_frontend: partial_reception = %d\n", c->isdbt_partial_reception);
3593 state->fe[index_frontend]->dtv_property_cache.isdbt_partial_reception = c->isdbt_partial_reception;
3719 state->fe[l]->dtv_property_cache.isdbt_partial_reception = state->fe[index_frontend]->dtv_property_cache.isdbt_partial_reception;