Home
last modified time | relevance | path

Searched refs:is_power_of_2 (Results 1 – 25 of 274) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/include/linux/
H A Dlog2.h45 bool is_power_of_2(unsigned long n) in is_power_of_2() function
229 if (is_power_of_2(n)) in __bits_per()
H A Dgeneric-radix-tree.h106 if (!is_power_of_2(obj_size)) { in __idx_to_offset()
188 if (!is_power_of_2(obj_size) && in __genradix_iter_advance()
H A Diommu-helper.h21 BUG_ON(!is_power_of_2(boundary_size)); in iommu_is_span_boundary()
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Ddtc.c26 static int is_power_of_2(int x) in is_power_of_2() function
208 if (!is_power_of_2(alignsize)) in main()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Ddtc.c39 static int is_power_of_2(int x) in is_power_of_2() function
216 if (!is_power_of_2(alignsize)) in main()
/OK3568_Linux_fs/kernel/fs/verity/
H A Dhash_algs.c325 BUG_ON(!is_power_of_2(alg->digest_size)); in fsverity_check_hash_algs()
326 BUG_ON(!is_power_of_2(alg->block_size)); in fsverity_check_hash_algs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux_wq.c140 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
158 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_wq.c135 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
153 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_wq.c135 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
153 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_wq.c135 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
153 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_wq.c142 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
160 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_wq.c142 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
160 fifo_size = is_power_of_2(fifo_size) ? fifo_size : in dhd_deferred_work_init()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dctr.h31 if (WARN_ON_ONCE(!is_power_of_2(blocksize))) in crypto_ctr_encrypt_walk()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_ringbuffer.c18 BUILD_BUG_ON(!is_power_of_2(MSM_GPU_RINGBUFFER_SZ)); in msm_ringbuffer_new()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlog2.h38 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-uniphier.c348 !is_power_of_2(data->line_size)) { in __uniphier_cache_init()
356 !is_power_of_2(data->nsets)) { in __uniphier_cache_init()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/
H A Dbnx2i_sysfs.c77 (is_power_of_2(val))) in bnx2i_set_sq_info()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Ddiv64.h26 if (__builtin_constant_p(__base) && is_power_of_2(__base)) { \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_wq.c514 if (!is_power_of_2(wqebb_size)) { in hinic_wq_allocate()
533 if (!is_power_of_2(num_wqebbs_per_page)) { in hinic_wq_allocate()
611 if (!is_power_of_2(wqebb_size)) { in hinic_wqs_cmdq_alloc()
630 if (!is_power_of_2(num_wqebbs_per_page)) { in hinic_wqs_cmdq_alloc()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlog2.h50 bool is_power_of_2(unsigned long n) in is_power_of_2() function
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Das73211.c451 !is_power_of_2(freq_kHz) || val2) in _as73211_write_raw()
472 if (val < 0 || !is_power_of_2(val) || val2) in _as73211_write_raw()
502 if (time_ms < 0 || !is_power_of_2(time_ms) || time_ms > AS73211_SAMPLE_TIME_MAX_MS) in _as73211_write_raw()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dinit-common.c119 BUG_ON(!is_power_of_2(minalign)); in pgtable_cache_add()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_ring.h137 GEM_BUG_ON(!is_power_of_2(size)); in __intel_ring_space()
/OK3568_Linux_fs/kernel/drivers/media/rc/img-ir/
H A Dimg-ir-sony.c75 if (!is_power_of_2(protocols)) { in img_ir_sony_filter()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_doorbell.c58 if (!is_power_of_2(num)) in pvrdma_uar_table_init()

1234567891011