Searched refs:cdf (Results 1 – 5 of 5) sorted by relevance
/drivers/i2c/busses/ |
D | i2c-sh7760.c | 396 signed char cdf, cdfm; in calc_CCR() local 409 for (cdf = 3; cdf >= 0; cdf--) { in calc_CCR() 410 iclk = mck / (1 + cdf); in calc_CCR() 419 cdfm = cdf; in calc_CCR()
|
D | i2c-rcar.c | 253 u32 scgd, cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local 295 cdf = rate / 20000000; in rcar_i2c_clock_calculate() 296 if (cdf >= 1U << cdf_width) { in rcar_i2c_clock_calculate() 300 ick = rate / (cdf + 1); in rcar_i2c_clock_calculate() 336 scl, t.bus_freq_hz, rate, round, cdf, scgd); in rcar_i2c_clock_calculate() 339 priv->icccr = scgd << cdf_width | cdf; in rcar_i2c_clock_calculate()
|
/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_av1_req_lat_if.c | 715 struct mtk_vcodec_mem cdf[AV1_MAX_FRAME_BUF_COUNT]; member 987 if (instance->cdf[i].va) in vdec_av1_slice_alloc_working_buffer() 988 mtk_vcodec_mem_free(ctx, &instance->cdf[i]); in vdec_av1_slice_alloc_working_buffer() 989 instance->cdf[i].size = AV1_CDF_TABLE_BUFFER_SIZE; in vdec_av1_slice_alloc_working_buffer() 990 ret = mtk_vcodec_mem_alloc(ctx, &instance->cdf[i]); in vdec_av1_slice_alloc_working_buffer() 1033 for (i = 0; i < ARRAY_SIZE(instance->cdf); i++) in vdec_av1_slice_free_working_buffer() 1034 if (instance->cdf[i].va) in vdec_av1_slice_free_working_buffer() 1035 mtk_vcodec_mem_free(ctx, &instance->cdf[i]); in vdec_av1_slice_free_working_buffer() 1623 work_buffer[i].cdf_addr.buf = instance->cdf[i].dma_addr; in vdec_av1_slice_setup_lat_buffer() 1624 work_buffer[i].cdf_addr.size = instance->cdf[i].size; in vdec_av1_slice_setup_lat_buffer()
|
/drivers/atm/ |
D | iphase.c | 370 srv_p->cdf = 0x3; in init_abr_vc() 412 if (srv_p->cdf > MAX_CDF) in ia_open_abr_vc() 437 f_abr_vc->f_cdf = ((7 - srv_p->cdf) << 12 | adtf) & 0xfff; in ia_open_abr_vc() 1870 srv_p.cdf = vcc->qos.txtp.cdf;
|
D | iphase.h | 832 u8 cdf; /* Cutoff Decrease Factor (3-bit) */ member
|