Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/boot/
Dcuboot-c2k.c35 u8 *bridge_pbase, is_coherent; in c2k_bridge_setup() local
40 is_coherent = mv64x60_is_coherent(); in c2k_bridge_setup()
42 if (is_coherent) in c2k_bridge_setup()
53 mv64x60_config_ctlr_windows(bridge_base, bridge_pbase, is_coherent); in c2k_bridge_setup()
Dmv64x60.h54 u8 is_coherent);
Dmv64x60.c281 u8 is_coherent) in mv64x60_config_ctlr_windows() argument
290 if (is_coherent) in mv64x60_config_ctlr_windows()
/linux-4.4.14/include/linux/
Dmbus.h82 int mvebu_mbus_dt_init(bool is_coherent);
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c616 gfp_t gfp, pgprot_t prot, bool is_coherent, in __dma_alloc() argument
657 else if (is_coherent) in __dma_alloc()
741 bool is_coherent) in __arm_dma_free() argument
750 } else if (!is_coherent && __free_from_pool(cpu_addr, size)) { in __arm_dma_free()
753 if (want_vaddr && !is_coherent) in __arm_dma_free()
1507 bool is_coherent) in __map_sg_chunk() argument
1527 if (!is_coherent && in __map_sg_chunk()
1550 bool is_coherent) in __iommu_map_sg() argument
1566 dir, attrs, is_coherent) < 0) in __iommu_map_sg()
1580 is_coherent) < 0) in __iommu_map_sg()
[all …]
/linux-4.4.14/drivers/bus/
Dmvebu-mbus.c1052 bool is_coherent) in mvebu_mbus_common_init() argument
1085 if (is_coherent) in mvebu_mbus_common_init()
1255 int __init mvebu_mbus_dt_init(bool is_coherent) in mvebu_mbus_dt_init() argument
1306 mbus_state.hw_io_coherency = is_coherent; in mvebu_mbus_dt_init()
1319 is_coherent); in mvebu_mbus_dt_init()