Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddsp_defs.h123 word segment_count; member
168 word segment_count; member
188 word segment_count; member
/linux-3.4.99/drivers/media/dvb/frontends/
Ddib8000.c2181 …i, (constellation << 10) | ((state->fe[0]->dtv_property_cache.layer[i].segment_count & 0xf) << 6) | in dib8000_set_channel()
2183 if (state->fe[0]->dtv_property_cache.layer[i].segment_count > 0) { in dib8000_set_channel()
2215 …erty_cache.layer[i].modulation == DQPSK) * state->fe[0]->dtv_property_cache.layer[i].segment_count; in dib8000_set_channel()
2221 …erty_cache.layer[i].modulation == DQPSK) * state->fe[0]->dtv_property_cache.layer[i].segment_count; in dib8000_set_channel()
2567 ….layer[i].modulation == DQPSK) * 4 + 1) * state->fe[0]->dtv_property_cache.layer[i].segment_count); in dib8000_set_channel()
2598 state->fe[0]->dtv_property_cache.layer[0].segment_count = 13; in dib8000_autosearch_start()
2836 …end]->dtv_property_cache.layer[i].segment_count = state->fe[index_frontend]->dtv_property_cache.la… in dib8000_get_frontend()
2889 fe->dtv_property_cache.layer[i].segment_count = val & 0x0F; in dib8000_get_frontend()
2890 …dib8000_get_frontend : Layer %d segments = %d ", i, fe->dtv_property_cache.layer[i].segment_count); in dib8000_get_frontend()
2950 …[index_frontend]->dtv_property_cache.layer[i].segment_count = fe->dtv_property_cache.layer[i].segm… in dib8000_get_frontend()
[all …]
Dmb86a20s.c535 p->layer[i].segment_count = rc; in mb86a20s_get_frontend()
Ddib0090.c1271 …ty_cache.delivery_system == SYS_ISDBT) && (((state->fe->dtv_property_cache.layer[0].segment_count > in dib0090_gain_control()
1279 ((state->fe->dtv_property_cache.layer[1].segment_count > in dib0090_gain_control()
1287 ((state->fe->dtv_property_cache.layer[2].segment_count > in dib0090_gain_control()
/linux-3.4.99/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c1973 int segment_count; in bnx2fc_free_hash_table() local
1977 segment_count = hba->hash_tbl_segment_count; in bnx2fc_free_hash_table()
1982 for (i = 0; i < segment_count; ++i) { in bnx2fc_free_hash_table()
2008 int segment_count; in bnx2fc_allocate_hash_table() local
2017 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1; in bnx2fc_allocate_hash_table()
2018 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE; in bnx2fc_allocate_hash_table()
2019 hba->hash_tbl_segment_count = segment_count; in bnx2fc_allocate_hash_table()
2021 segment_array_size = segment_count * sizeof(*hba->hash_tbl_segments); in bnx2fc_allocate_hash_table()
2027 dma_segment_array_size = segment_count * sizeof(*dma_segment_array); in bnx2fc_allocate_hash_table()
2034 for (i = 0; i < segment_count; ++i) { in bnx2fc_allocate_hash_table()
[all …]
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_frontend.c946 c->layer[i].segment_count = 0; in dvb_frontend_clear_cache()
1335 tvp->u.data = c->layer[0].segment_count; in dtv_property_process_get()
1347 tvp->u.data = c->layer[1].segment_count; in dtv_property_process_get()
1359 tvp->u.data = c->layer[2].segment_count; in dtv_property_process_get()
1556 c->layer[i].segment_count = 0; in set_delivery_system()
1676 c->layer[0].segment_count = tvp->u.data; in dtv_property_process_set()
1688 c->layer[1].segment_count = tvp->u.data; in dtv_property_process_set()
1700 c->layer[2].segment_count = tvp->u.data; in dtv_property_process_set()
Ddvb_frontend.h364 u8 segment_count; member