Lines Matching refs:isdbt_partial_reception
2225 if (c->isdbt_partial_reception == 0) { /* 1-seg */
2245 if (c->isdbt_partial_reception == 0) { /* 1-seg */
2267 if (c->isdbt_partial_reception == 0) { /* 1-seg */
2309 if (c->isdbt_partial_reception == 1) /* 3-segments */
2318 dib8000_write_word(state, 187, (4 << 12) | (0 << 11) | (63 << 5) | (0x3 << 3) | ((~c->isdbt_partial_reception & 1) << 2) | 0x3);
2324 if (c->isdbt_partial_reception == 0) {
2344 if (c->isdbt_partial_reception == 0 && c->transmission_mode == TRANSMISSION_MODE_2K)
2360 if (c->isdbt_partial_reception == 0)
2375 c->isdbt_partial_reception = 1;
2387 dib8000_write_word(state, 274, (dib8000_read_word(state, 274) & 0xffcf) | ((c->isdbt_partial_reception & 1) << 5) | ((c->isdbt_sb_mode & 1) << 4));
2390 if (c->isdbt_partial_reception) {
2427 if (c->isdbt_partial_reception) /* 3-segments */
2804 if (c->isdbt_partial_reception == 0) {
2818 if (c->isdbt_partial_reception == 0) { /* Sound Broadcasting mode 1 seg */
3445 state->fe[sub_index_frontend]->dtv_property_cache.isdbt_partial_reception = state->fe[index_frontend]->dtv_property_cache.isdbt_partial_reception;
3501 c->isdbt_partial_reception = val & 1;
3502 dprintk("dib8000_get_frontend: partial_reception = %d\n", c->isdbt_partial_reception);
3589 state->fe[index_frontend]->dtv_property_cache.isdbt_partial_reception = c->isdbt_partial_reception;
3715 state->fe[l]->dtv_property_cache.isdbt_partial_reception = state->fe[index_frontend]->dtv_property_cache.isdbt_partial_reception;