Searched refs:high_count (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/i2c/busses/ |
| H A D | i2c-mxs.c | 711 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() 719 * limit the divider, so that min(low_count, high_count) in mxs_i2c_derive_timing() 729 * limit the divider, so that max(low_count, high_count) in mxs_i2c_derive_timing() 749 * clock cycles to the low_count and 7 cycles to the high_count. in mxs_i2c_derive_timing() 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_get_ofdata() 776 i2c->timing0 = (high_count << 1 in mxs_i2c_get_ofdata() 703 uint16_t high_count, low_count, rcv_count, xmit_count; mxs_i2c_derive_timing() local [all...] |
| /linux/drivers/firmware/efi/test/ |
| H A D | efi_test.h | 72 u32 *high_count; member
|
| H A D | efi_test.c | 524 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 D | qed_sp.h | 194 u32 high_count; member
|
| H A D | qed_spq.c | 731 p_spq->high_count++; in qed_spq_add_entry()
|
| /linux/drivers/dma/qcom/ |
| H A D | gpi.c | 1640 tre->dword[0] |= u32_encode_bits(i2c->high_count, TRE_I2C_C0_THIGH); in gpi_create_i2c_tre()
|