Home
last modified time | relevance | path

Searched refs:low_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/i2c/busses/
H A Di2c-mxs.c703 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 Di2c-qcom-geni.c600 peripheral.low_count = itr->t_low_cnt; in geni_i2c_gpi_xfer()
/openbmc/linux/include/linux/dma/
H A Dqcom-gpi-dma.h74 u8 low_count; member
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc3436 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 Dgpi.c1652 tre->dword[0] = u32_encode_bits(i2c->low_count, TRE_I2C_C0_TLOW); in gpi_create_i2c_tre()