Home
last modified time | relevance | path

Searched refs:DT_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/iommu/
Dsun50i-iommu.c93 #define DT_SIZE (NUM_DT_ENTRIES * PT_ENTRY_SIZE) macro
694 get_order(DT_SIZE)); in sun50i_iommu_domain_alloc_paging()
716 iommu_free_pages(sun50i_domain->dt, get_order(DT_SIZE)); in sun50i_iommu_domain_free()
729 DT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_attach_domain()
766 DT_SIZE, DMA_TO_DEVICE); in sun50i_iommu_detach_domain()
/linux-6.12.1/drivers/platform/x86/intel/
Dsdsi.c77 #define DT_SIZE GENMASK(27, 12) macro
606 u32 size = FIELD_GET(DT_SIZE, disc_table->access_info); in sdsi_map_mbox_registers()