/kernel/linux/linux-5.10/drivers/staging/android/ion/ |
H A D | ion_page_pool.c | 33 pool->high_count++; in ion_page_pool_add() 49 BUG_ON(!pool->high_count); in ion_page_pool_remove() 51 pool->high_count--; in ion_page_pool_remove() 71 if (pool->high_count) in ion_page_pool_alloc() 95 count += pool->high_count; in ion_page_pool_total() 120 } else if (high && pool->high_count) { in ion_page_pool_shrink() 140 pool->high_count = 0; in ion_page_pool_create()
|
H A D | ion.h | 261 * @high_count: number of highmem items in the pool 277 int high_count; member
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-mxs.c | 696 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() local 704 * limit the divider, so that min(low_count, high_count) in mxs_i2c_derive_timing() 714 * limit the divider, so that max(low_count, high_count) in mxs_i2c_derive_timing() 734 * clock cycles to the low_count and 7 cycles to the high_count. in mxs_i2c_derive_timing() 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 << 1 in mxs_i2c_derive_timing() [all...] |
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-mxs.c | 703 uint16_t high_count, low_count, rcv_count, xmit_count; in mxs_i2c_derive_timing() local 711 * limit the divider, so that min(low_count, high_count) in mxs_i2c_derive_timing() 721 * limit the divider, so that max(low_count, high_count) in mxs_i2c_derive_timing() 741 * clock cycles to the low_count and 7 cycles to the high_count. in mxs_i2c_derive_timing() 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 << 1 in mxs_i2c_derive_timing() [all...] |
H A D | i2c-qcom-geni.c | 599 peripheral.high_count = itr->t_high_cnt; in geni_i2c_gpi_xfer()
|
/kernel/linux/linux-6.6/include/linux/dma/ |
H A D | qcom-gpi-dma.h | 59 * @high_count: high period of clock 73 u8 high_count; member
|
/kernel/linux/linux-5.10/drivers/firmware/efi/test/ |
H A D | efi_test.h | 72 u32 *high_count; member
|
H 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()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/test/ |
H A D | efi_test.h | 72 u32 *high_count; member
|
H 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()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | runtime-wrappers.c | 96 u32 *high_count; member 277 args->GET_NEXT_HIGH_MONO_COUNT.high_count); in efi_call_rts()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sp.h | 194 u32 high_count; member
|
H A D | qed_spq.c | 718 p_spq->high_count++; in qed_spq_add_entry()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | gpi.c | 1653 tre->dword[0] |= u32_encode_bits(i2c->high_count, TRE_I2C_C0_THIGH); in gpi_create_i2c_tre()
|