Searched refs:low_count (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-mxs.c | 703 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() local 747 low_count = DIV_ROUND_CLOSEST(divider * 13, (13 + 6)); in mxs_i2c_derive_timing() 753 low_count = DIV_ROUND_CLOSEST(divider * 47, (47 + 40)); in mxs_i2c_derive_timing() 759 xmit_count = low_count * 3 / 8; in mxs_i2c_derive_timing() 763 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing() 766 low_count -= 2; in mxs_i2c_derive_timing() 769 i2c->timing1 = (low_count << 16) | xmit_count; in mxs_i2c_derive_timing()
|
H A D | i2c-qcom-geni.c | 600 peripheral.low_count = itr->t_low_cnt; in geni_i2c_gpi_xfer()
|
/openbmc/linux/include/linux/dma/ |
H A D | qcom-gpi-dma.h | 74 u8 low_count; member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 3436 TCGv low, high, low_count; 3444 low_count = tcg_temp_new(); 3467 tcg_gen_xori_tl(low_count, count, (8 << ot) - 1); /* LENGTH - 1 - (count - 1) */ 3468 tcg_gen_shr_tl(low, s->T0, low_count);
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | gpi.c | 1652 tre->dword[0] = u32_encode_bits(i2c->low_count, TRE_I2C_C0_TLOW); in gpi_create_i2c_tre()
|