Home
last modified time | relevance | path

Searched refs:high_count (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-mxs.c711 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() local
756 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6)); in mxs_i2c_derive_timing()
762 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40)); in mxs_i2c_derive_timing()
766 rcv_count = high_count * 3 / 8; in mxs_i2c_derive_timing()
771 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing()
775 high_count -= 7; in mxs_i2c_derive_timing()
776 i2c->timing0 = (high_count << 16) | rcv_count; in mxs_i2c_derive_timing()
H A Di2c-qcom-geni.c827 peripheral.high_count = itr->t_high_cnt; in geni_i2c_gpi_xfer()
/linux/drivers/firmware/efi/test/
H A Defi_test.h72 u32 *high_count; member
H A Defi_test.c524 getnexthighmonocount.high_count ? &count : NULL); in efi_runtime_get_nexthighmonocount()
532 if (getnexthighmonocount.high_count && in efi_runtime_get_nexthighmonocount()
533 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()
/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()