Home
last modified time | relevance | path

Searched refs:DT_SIZE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/
H A Dsun50i-iommu.c92 #define DT_SIZE (NUM_DT_ENTRIES * PT_ENTRY_SIZE) macro
618 get_order(DT_SIZE)); in sun50i_iommu_domain_alloc()
644 free_pages((unsigned long)sun50i_domain->dt, get_order(DT_SIZE)); in sun50i_iommu_domain_free()
659 DT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_attach_domain()
696 DT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_detach_domain()
/kernel/linux/linux-6.6/drivers/iommu/
H A Dsun50i-iommu.c91 #define DT_SIZE (NUM_DT_ENTRIES * PT_ENTRY_SIZE) macro
683 get_order(DT_SIZE)); in sun50i_iommu_domain_alloc()
705 free_pages((unsigned long)sun50i_domain->dt, get_order(DT_SIZE)); in sun50i_iommu_domain_free()
718 DT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_attach_domain()
755 DT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_detach_domain()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H A Dsdsi.c75 #define DT_SIZE GENMASK(27, 12) macro
569 u32 size = FIELD_GET(DT_SIZE, disc_table->access_info); in sdsi_map_mbox_registers()

Completed in 5 milliseconds