Searched refs:cdf (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/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 | 285 u32 cdf, round, ick, sum, scl, cdf_width; in rcar_i2c_clock_calculate() local 318 cdf = rate / 20000000; in rcar_i2c_clock_calculate() 320 if (cdf >= 1U << cdf_width) in rcar_i2c_clock_calculate() 329 ick = rate / (priv->devtype < I2C_RCAR_GEN3 ? (cdf + 1) : 1); in rcar_i2c_clock_calculate() 358 scl, t.bus_freq_hz, rate, round, cdf, scgd); in rcar_i2c_clock_calculate() 360 priv->icccr = scgd << cdf_width | cdf; in rcar_i2c_clock_calculate() 385 priv->icccr = cdf; in rcar_i2c_clock_calculate() 392 scl, t.bus_freq_hz, rate, round, cdf, priv->schd, priv->scld, priv->smd); in rcar_i2c_clock_calculate()
|
/linux-6.12.1/include/uapi/linux/ |
D | atm.h | 156 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member
|
/linux-6.12.1/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()
|
/linux-6.12.1/arch/m68k/ifpsp060/ |
D | ilsp.sa | 73 dc.l $00030161,$00104cdf,$001c4e5e,$4e754280
|
D | fplsp.sa | 1836 dc.l $06184cdf,$01030c01,$00406610,$4aa80008
|
/linux-6.12.1/drivers/atm/ |
D | iphase.c | 371 srv_p->cdf = 0x3; in init_abr_vc() 413 if (srv_p->cdf > MAX_CDF) in ia_open_abr_vc() 438 f_abr_vc->f_cdf = ((7 - srv_p->cdf) << 12 | adtf) & 0xfff; in ia_open_abr_vc() 1871 srv_p.cdf = vcc->qos.txtp.cdf;
|
D | iphase.h | 832 u8 cdf; /* Cutoff Decrease Factor (3-bit) */ member
|