Home
last modified time | relevance | path

Searched refs:is_coherent (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Ddma-mapping.c663 gfp_t gfp, pgprot_t prot, bool is_coherent, in __dma_alloc() argument
678 .coherent_flag = is_coherent ? COHERENT : NORMAL, in __dma_alloc()
714 else if (is_coherent) in __dma_alloc()
805 bool is_coherent) in __arm_dma_free() argument
1580 bool is_coherent) in __map_sg_chunk() argument
1600 if (!is_coherent && (attrs & DMA_ATTR_SKIP_CPU_SYNC) == 0) in __map_sg_chunk()
1622 bool is_coherent) in __iommu_map_sg() argument
1638 dir, attrs, is_coherent) < 0) in __iommu_map_sg()
1652 is_coherent) < 0) in __iommu_map_sg()
1704 unsigned long attrs, bool is_coherent) in __iommu_unmap_sg() argument
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmbus.h100 int mvebu_mbus_dt_init(bool is_coherent);
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dmvebu-mbus.c1104 bool is_coherent) in mvebu_mbus_common_init() argument
1137 if (is_coherent) in mvebu_mbus_common_init()
1307 int __init mvebu_mbus_dt_init(bool is_coherent) in mvebu_mbus_dt_init() argument
1358 mbus_state.hw_io_coherency = is_coherent; in mvebu_mbus_dt_init()
1371 is_coherent); in mvebu_mbus_dt_init()
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_page_table.c430 static int is_coherent(struct gasket_page_table *pg_tbl, ulong host_addr) in is_coherent() function
480 if (is_coherent(pg_tbl, host_addr)) { in gasket_perform_mapping()