Home
last modified time | relevance | path

Searched refs:__ffs (Results 1 - 16 of 16) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_atomic.h225 static inline unsigned long __ffs(unsigned long word) in __ffs() function
298 return result + __ffs(tmp); in find_next_bit()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Diova.h108 return __ffs(iovad->granule); in iova_shift()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_context.c265 unsigned int cookie = __ffs(pending_regions_to_clean); in kbase_destroy_context()
H A Dmali_kbase_mem_linux.c184 cookie_nr = __ffs(kctx->cookies); in kbase_mem_alloc()
1259 gpu_va = __ffs(kctx->cookies);
1401 *gpu_va = __ffs(kctx->cookies);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_context.c262 unsigned int cookie = __ffs(pending_regions_to_clean); in kbase_destroy_context()
H A Dmali_kbase_mem_linux.c192 cookie_nr = __ffs(kctx->cookies); in kbase_mem_alloc()
1245 gpu_va = __ffs(kctx->cookies);
1395 *gpu_va = __ffs(kctx->cookies);
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c175 u32 pg_size = 1UL << __ffs(private->domain->pgsize_bitmap); in rockchip_free_loader_memory()
210 pg_size = 1UL << __ffs(private->domain->pgsize_bitmap); in init_loader_memory()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Diommu.c737 pg_size = 1UL << __ffs(domain->pgsize_bitmap); in iommu_create_device_direct_mappings()
2409 pgsizes &= GENMASK(__ffs(addr_merge), 0); in iommu_pgsize()
2424 pgsize_idx_next = __ffs(pgsizes); in iommu_pgsize()
2488 min_pagesz = 1 << __ffs(domain->pgsize_bitmap); in iommu_map_ext()
2583 min_pagesz = 1 << __ffs(domain->pgsize_bitmap); in iommu_unmap_ext()
H A Ddma-iommu.c329 order = __ffs(domain->pgsize_bitmap); in iommu_dma_init_domain()
1227 return (1UL << __ffs(domain->pgsize_bitmap)) - 1; in iommu_dma_get_merge_boundary()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_logo.c181 u32 pg_size = 1UL << __ffs(private->domain->pgsize_bitmap); in rockchip_free_loader_memory()
219 pg_size = 1UL << __ffs(private->domain->pgsize_bitmap); in init_loader_memory()
/device/soc/rockchip/common/vendor/drivers/gpio/
H A Dgpio-rockchip.c330 irq = __ffs(pend); in rockchip_irq_demux()
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H A Dgpio-rockchip.c333 irq = __ffs(pend); in rockchip_irq_demux()
/device/soc/rockchip/rk3588/kernel/drivers/gpio/
H A Dgpio-rockchip.c344 irq = __ffs(pend); in rockchip_irq_demux()
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c360 task_state = p->state ? __ffs(p->state) + 1 : 0; in fiq_debugger_do_ps()
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H A Dcqhci-core.c741 tag = __ffs(tdpe); in cqhci_error_irq()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c347 task_state = p->state ? __ffs(p->state) + 1 : 0; in fiq_debugger_do_ps()

Completed in 25 milliseconds