Searched refs:is_coherent (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/powerpc/boot/ |
D | cuboot-c2k.c | 35 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()
|
D | prpmc2800.c | 325 u8 *bridge_pbase, is_coherent; in prpmc2800_bridge_setup() local 329 is_coherent = mv64x60_is_coherent(); in prpmc2800_bridge_setup() 331 if (is_coherent) in prpmc2800_bridge_setup() 342 mv64x60_config_ctlr_windows(bridge_base, bridge_pbase, is_coherent); in prpmc2800_bridge_setup()
|
D | mv64x60.h | 54 u8 is_coherent);
|
D | mv64x60.c | 281 u8 is_coherent) in mv64x60_config_ctlr_windows() argument 290 if (is_coherent) in mv64x60_config_ctlr_windows()
|
/linux-4.1.27/include/linux/ |
D | mbus.h | 77 int mvebu_mbus_dt_init(bool is_coherent);
|
/linux-4.1.27/arch/arm/mm/ |
D | dma-mapping.c | 612 gfp_t gfp, pgprot_t prot, bool is_coherent, in __dma_alloc() argument 648 if (is_coherent || nommu()) in __dma_alloc() 728 bool is_coherent) in __arm_dma_free() argument 738 if (is_coherent || nommu()) { in __arm_dma_free() 1495 bool is_coherent) in __map_sg_chunk() argument 1515 if (!is_coherent && in __map_sg_chunk() 1538 bool is_coherent) in __iommu_map_sg() argument 1554 dir, attrs, is_coherent) < 0) in __iommu_map_sg() 1568 is_coherent) < 0) in __iommu_map_sg() 1620 bool is_coherent) in __iommu_unmap_sg() argument [all …]
|
/linux-4.1.27/drivers/bus/ |
D | mvebu-mbus.c | 936 bool is_coherent) in mvebu_mbus_common_init() argument 968 if (is_coherent) in mvebu_mbus_common_init() 1138 int __init mvebu_mbus_dt_init(bool is_coherent) in mvebu_mbus_dt_init() argument 1189 mbus_state.hw_io_coherency = is_coherent; in mvebu_mbus_dt_init() 1202 is_coherent); in mvebu_mbus_dt_init()
|