Searched refs:high_count (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/heaps/ |
| 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() 97 count += pool->high_count; in ion_page_pool_total() 134 } else if (high && pool->high_count) { in ion_page_pool_shrink() 155 pool->high_count = 0; in ion_page_pool_create()
|
| H A D | ion_page_pool.h | 42 int high_count; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/android/ion/ |
| H A D | ion_protected_heap.c | 65 pool->high_count++; in protected_pool_add() 80 pool->high_count--; in protected_pool_remove() 95 if (pool->high_count) in protected_pool_alloc() 112 return (pool->low_count + pool->high_count) << pool->order; in protected_pool_total() 130 } else if (pool->high_count) { in protected_pool_shrink() 152 pool->high_count = 0; in protected_pool_create() 419 pool->high_count, pool->order, in ion_protected_heap_debug_show() 420 (PAGE_SIZE << pool->order) * pool->high_count); in ion_protected_heap_debug_show()
|
| /OK3568_Linux_fs/kernel/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 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()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | mxs_i2c.c | 65 uint16_t high_count = base + 3; in mxs_i2c_set_bus_speed() local 67 uint16_t rcv_count = (high_count * 3) / 4; in mxs_i2c_set_bus_speed() 80 writel((high_count << 16) | rcv_count, &i2c_regs->hw_i2c_timing0); in mxs_i2c_set_bus_speed()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/test/ |
| 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()
|
| H A D | efi_test.h | 72 u32 *high_count; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | efi_api.h | 200 uint32_t *high_count);
|