Searched refs:low_count (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/android/ion/ |
H A D | ion_page_pool.c | 36 pool->low_count++; in ion_page_pool_add() 53 BUG_ON(!pool->low_count); in ion_page_pool_remove() 55 pool->low_count--; in ion_page_pool_remove() 73 else if (pool->low_count) in ion_page_pool_alloc() 92 int count = pool->low_count; in ion_page_pool_total() 118 if (pool->low_count) { in ion_page_pool_shrink() 141 pool->low_count = 0; in ion_page_pool_create()
|
H A D | ion.h | 262 * @low_count: number of lowmem items in the pool 278 int low_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() 740 low_count = DIV_ROUND_CLOSEST(divider * 13, (13 + 6)); in mxs_i2c_derive_timing() 746 low_count = DIV_ROUND_CLOSEST(divider * 47, (47 + 40)); in mxs_i2c_derive_timing() 752 xmit_count = low_count * 3 / 8; in mxs_i2c_derive_timing() 756 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing() 759 low_count -= 2; in mxs_i2c_derive_timing() 762 i2c->timing1 = (low_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() 747 low_count = DIV_ROUND_CLOSEST(divider * 13, (13 + 6)); in mxs_i2c_derive_timing() 753 low_count = DIV_ROUND_CLOSEST(divider * 47, (47 + 40)); in mxs_i2c_derive_timing() 759 xmit_count = low_count * 3 / 8; in mxs_i2c_derive_timing() 763 speed, clk / divider, divider, low_count, high_count, in mxs_i2c_derive_timing() 766 low_count -= 2; in mxs_i2c_derive_timing() 769 i2c->timing1 = (low_count << 1 in mxs_i2c_derive_timing() [all...] |
H A D | i2c-qcom-geni.c | 600 peripheral.low_count = itr->t_low_cnt; in geni_i2c_gpi_xfer()
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | mem.c | 444 ssize_t low_count, read, sz; in read_kmem() local 450 low_count = count; in read_kmem() 452 low_count = (unsigned long)high_memory - p; in read_kmem() 456 if (p < PAGE_SIZE && low_count > 0) { in read_kmem() 457 sz = size_inside_page(p, low_count); in read_kmem() 463 low_count -= sz; in read_kmem() 467 while (low_count > 0) { in read_kmem() 468 sz = size_inside_page(p, low_count); in read_kmem() 484 low_count -= sz; in read_kmem()
|
/kernel/linux/linux-6.6/include/linux/dma/ |
H A D | qcom-gpi-dma.h | 60 * @low_count: low period of clock 74 u8 low_count; member
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | gpi.c | 1652 tre->dword[0] = u32_encode_bits(i2c->low_count, TRE_I2C_C0_TLOW); in gpi_create_i2c_tre()
|
Completed in 12 milliseconds