Searched refs:bit_rate (Results 1 – 10 of 10) sorted by relevance
/drivers/media/dvb-core/ |
D | dvb_filter.c | 242 vi->bit_rate = (headr[4] << 10) | (headr[5] << 2) | (headr[6] & 0x03); 248 printk(" BRate: %d Mbit/s",4*(vi->bit_rate)/10000); 319 ai->bit_rate = bitrates[(3-ai->layer)][(headr[2] >> 4 )]*1000; 322 if (ai->bit_rate == 0) 324 else if (ai->bit_rate == 0xf) 327 printk(" BRate: %d kb/s", ai->bit_rate/1000); 374 ai->bit_rate = ac3_bitrates[frame >> 1]*1000; in dvb_filter_get_ac3info() 377 printk(" BRate: %d kb/s", (int) ai->bit_rate/1000); in dvb_filter_get_ac3info()
|
D | dvb_filter.h | 162 u32 bit_rate; member 234 u32 bit_rate; member
|
/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.c | 57 const unsigned long bit_rate, const unsigned long esc_rate) in msm_dsi_dphy_timing_calc() argument 62 s32 pcnt1 = (bit_rate > 1200000000) ? 15 : 10; in msm_dsi_dphy_timing_calc() 64 s32 pcnt3 = (bit_rate > 180000000) ? 10 : 40; in msm_dsi_dphy_timing_calc() 68 if (!bit_rate || !esc_rate) in msm_dsi_dphy_timing_calc() 71 ui = mult_frac(NSEC_PER_MSEC, coeff, bit_rate / 1000); in msm_dsi_dphy_timing_calc() 398 const unsigned long bit_rate, const unsigned long esc_rate) in msm_dsi_phy_enable() argument 413 ret = phy->cfg->ops.enable(phy, src_pll_id, bit_rate, esc_rate); in msm_dsi_phy_enable()
|
D | dsi_phy.h | 26 const unsigned long bit_rate, const unsigned long esc_rate); 84 const unsigned long bit_rate, const unsigned long esc_rate);
|
D | dsi_phy_20nm.c | 75 const unsigned long bit_rate, const unsigned long esc_rate) in dsi_20nm_phy_enable() argument 84 if (msm_dsi_dphy_timing_calc(timing, bit_rate, esc_rate)) { in dsi_20nm_phy_enable()
|
D | dsi_phy_28nm.c | 70 const unsigned long bit_rate, const unsigned long esc_rate) in dsi_28nm_phy_enable() argument 78 if (msm_dsi_dphy_timing_calc(timing, bit_rate, esc_rate)) { in dsi_28nm_phy_enable()
|
/drivers/gpu/drm/msm/dsi/ |
D | dsi.h | 88 const unsigned long bit_rate, const unsigned long esc_rate, 170 const unsigned long bit_rate, const unsigned long esc_rate);
|
D | dsi_manager.c | 675 const unsigned long bit_rate, const unsigned long esc_rate, in msm_dsi_manager_phy_enable() argument 684 ret = msm_dsi_phy_enable(phy, src_pll_id, bit_rate, esc_rate); in msm_dsi_manager_phy_enable()
|
/drivers/media/dvb-frontends/ |
D | drxk_hard.c | 2053 u32 bit_rate = 0; in mpegts_dto_setup() local 2065 bit_rate = max_bit_rate; in mpegts_dto_setup() 2066 if (bit_rate > 75900000UL) { /* max is 75.9 Mb/s */ in mpegts_dto_setup() 2067 bit_rate = 75900000UL; in mpegts_dto_setup() 2076 * 1000) / bit_rate); in mpegts_dto_setup()
|
/drivers/media/dvb-frontends/drx39xyj/ |
D | drxj.c | 3009 u32 bit_rate = 0; in ctrl_set_cfg_mpeg_output() local 3049 bit_rate = in ctrl_set_cfg_mpeg_output() 3053 frac28(bit_rate, common_attr->sys_clock_freq * 1000); in ctrl_set_cfg_mpeg_output()
|