Home
last modified time | relevance | path

Searched refs:get_count_order (Results 1 – 25 of 45) sorted by relevance

12

/linux-6.3-rc2/arch/powerpc/sysdev/
A Dmsi_bitmap.c18 int offset, order = get_count_order(num); in msi_bitmap_alloc_hwirqs()
96 bitmap_allocate_region(bmp->bitmap, 0, get_count_order(bmp->irq_count)); in msi_bitmap_reserve_dt_hwirqs()
170 WARN_ON(bitmap_find_free_region(bmp.bitmap, size, get_count_order(size))); in test_basics()
171 bitmap_release_region(bmp.bitmap, 0, get_count_order(size)); in test_basics()
177 WARN_ON(bitmap_find_free_region(bmp.bitmap, size, get_count_order(size))); in test_basics()
178 bitmap_release_region(bmp.bitmap, 0, get_count_order(size)); in test_basics()
242 get_count_order(SIZE_EXPECTED))); in test_of_node()
243 bitmap_release_region(bmp.bitmap, 0, get_count_order(SIZE_EXPECTED)); in test_of_node()
/linux-6.3-rc2/drivers/input/
A Dmatrix-keymap.c74 unsigned int row_shift = get_count_order(cols); in matrix_keypad_parse_keymap()
156 unsigned int row_shift = get_count_order(cols); in matrix_keypad_build_keymap()
/linux-6.3-rc2/drivers/irqchip/
A Dirq-loongson-pch-msi.c57 get_count_order(num_req)); in pch_msi_allocate_hwirq()
74 bitmap_release_region(priv->msi_map, first, get_count_order(num_req)); in pch_msi_free_hwirq()
A Dirq-gic-v3-mbi.c80 get_count_order(nr_irqs)); in mbi_free_msi()
95 get_count_order(nr_irqs)); in mbi_irq_domain_alloc()
A Dirq-gic-v2m.c173 get_count_order(nr_irqs)); in gicv2m_unalloc_msi()
187 get_count_order(nr_irqs)); in gicv2m_irq_domain_alloc()
/linux-6.3-rc2/drivers/input/keyboard/
A Domap-keypad.c96 unsigned int row_shift = get_count_order(omap_kp_data->cols); in omap_kp_tasklet()
191 row_shift = get_count_order(pdata->cols); in omap_kp_probe()
A Dclps711x-keypad.c113 priv->row_shift = get_count_order(CLPS711X_KEYPAD_COL_COUNT); in clps711x_keypad_probe()
A Dnspire-keypad.c165 keypad->row_shift = get_count_order(KEYPAD_BITMASK_COLS); in nspire_keypad_probe()
A Dmt6779-keypad.c57 unsigned int row_shift = get_count_order(keypad->n_cols); in mt6779_keypad_irq_handler()
A Dtca8418_keypad.c292 row_shift = get_count_order(cols); in tca8418_keypad_probe()
A Dlpc32xx-keys.c147 kscandat->row_shift = get_count_order(columns); in lpc32xx_parse_dt()
A Dbcm-keypad.c87 unsigned int row_shift = get_count_order(kp->n_cols); in bcm_kp_get_keycode()
A Domap4-keypad.c429 keypad_data->row_shift = get_count_order(keypad_data->cols); in omap4_keypad_probe()
A Dpinephone-keyboard.c210 int row_shift = get_count_order(PPKB_COLS); in ppkb_update()
/linux-6.3-rc2/lib/
A Dtest_bitops.c65 if (order_comb[i][1] != get_count_order(order_comb[i][0])) in test_bitops_startup()
A Dsg_pool.c49 index = get_count_order(nents) - 3; in sg_pool_index()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcacheinfo.c693 int bits = get_count_order(num_sharing_cache); in cacheinfo_amd_init_llc_id()
776 index_msb = get_count_order(num_threads_sharing); in init_intel_cacheinfo()
782 index_msb = get_count_order(num_threads_sharing); in init_intel_cacheinfo()
967 index_msb = get_count_order(num_threads_sharing); in __cache_cpumap_setup()
1024 index_msb = get_count_order(num_threads_sharing); in get_cache_id()
A Dzhaoxin.c79 c->x86_coreid_bits = get_count_order((ebx >> 16) & 0xff); in early_init_zhaoxin()
A Dhygon.c87 c->x86_coreid_bits = get_count_order(c->x86_max_cores); in hygon_get_topology()
A Dcommon.c913 index_msb = get_count_order(smp_num_siblings); in detect_ht()
918 index_msb = get_count_order(smp_num_siblings); in detect_ht()
920 core_bits = get_count_order(c->x86_max_cores); in detect_ht()
/linux-6.3-rc2/drivers/clk/pistachio/
A Dclk.c85 get_count_order(mux[i].num_parents), in pistachio_clk_register_mux()
/linux-6.3-rc2/drivers/usb/typec/altmodes/
A Ddisplayport.c77 state = get_count_order(DP_CONF_GET_PIN_ASSIGN(dp->data.conf)); in dp_altmode_notify()
498 cur = get_count_order(DP_CONF_GET_PIN_ASSIGN(dp->data.conf)); in pin_assignment_show()
/linux-6.3-rc2/include/linux/
A Dbitops.h210 static inline int get_count_order(unsigned int count) in get_count_order() function
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_irq.c335 BUG_ON(VMWGFX_MAX_NUM_IRQS != get_count_order(SVGA_IRQFLAG_MAX)); in vmw_irq_install()
/linux-6.3-rc2/drivers/pci/controller/
A Dpcie-xilinx-nwl.c468 get_count_order(nr_irqs)); in nwl_irq_domain_alloc()
492 get_count_order(nr_irqs)); in nwl_irq_domain_free()

Completed in 43 milliseconds

12