Home
last modified time | relevance | path

Searched refs:high_count (Results 1 – 11 of 11) 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
748 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6)); in mxs_i2c_derive_timing()
754 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40)); in mxs_i2c_derive_timing()
758 rcv_count = high_count * 3 / 8; in mxs_i2c_derive_timing()
763 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing()
767 high_count -= 7; in mxs_i2c_derive_timing()
768 i2c->timing0 = (high_count << 16) | rcv_count; in mxs_i2c_derive_timing()
H A Di2c-qcom-geni.c599 peripheral.high_count = itr->t_high_cnt; in geni_i2c_gpi_xfer()
/openbmc/linux/include/linux/dma/
H A Dqcom-gpi-dma.h73 u8 high_count; member
/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.h72 u32 *high_count; member
H A Defi_test.c520 getnexthighmonocount.high_count ? &count : NULL); in efi_runtime_get_nexthighmonocount()
528 if (getnexthighmonocount.high_count && in efi_runtime_get_nexthighmonocount()
529 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()
/openbmc/linux/drivers/firmware/efi/
H A Druntime-wrappers.c96 u32 *high_count; member
277 args->GET_NEXT_HIGH_MONO_COUNT.high_count); in efi_call_rts()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sp.h194 u32 high_count; member
H A Dqed_spq.c731 p_spq->high_count++; in qed_spq_add_entry()
/openbmc/u-boot/include/
H A Defi_api.h243 uint32_t *high_count);
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc3488 TCGv low, high, high_count;
3496 high_count = tcg_temp_new();
3522 tcg_gen_xori_tl(high_count, count, (8 << ot) - 1); /* LENGTH - 1 - (count - 1) */
3523 tcg_gen_shl_tl(high, high, high_count);
/openbmc/linux/drivers/dma/qcom/
H A Dgpi.c1653 tre->dword[0] |= u32_encode_bits(i2c->high_count, TRE_I2C_C0_THIGH); in gpi_create_i2c_tre()