Searched refs:high_count (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | i2c-mxs.c | 696 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() local 741 high_count = DIV_ROUND_CLOSEST(divider * 6, (13 + 6)); in mxs_i2c_derive_timing() 747 high_count = DIV_ROUND_CLOSEST(divider * 40, (47 + 40)); in mxs_i2c_derive_timing() 751 rcv_count = high_count * 3 / 8; in mxs_i2c_derive_timing() 756 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing() 760 high_count -= 7; in mxs_i2c_derive_timing() 761 i2c->timing0 = (high_count << 16) | rcv_count; in mxs_i2c_derive_timing()
|
A D | i2c-qcom-geni.c | 599 peripheral.high_count = itr->t_high_cnt; in geni_i2c_gpi_xfer()
|
/linux-6.3-rc2/include/linux/dma/ |
A D | qcom-gpi-dma.h | 73 u8 high_count; member
|
/linux-6.3-rc2/drivers/firmware/efi/test/ |
A D | efi_test.h | 72 u32 *high_count; member
|
A D | efi_test.c | 520 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()
|
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_sp.h | 194 u32 high_count; member
|
A D | qed_spq.c | 731 p_spq->high_count++; in qed_spq_add_entry()
|
/linux-6.3-rc2/drivers/dma/qcom/ |
A D | gpi.c | 1653 tre->dword[0] |= u32_encode_bits(i2c->high_count, TRE_I2C_C0_THIGH); in gpi_create_i2c_tre()
|
Completed in 27 milliseconds