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

/linux-master/include/linux/
H A Dmbus.h100 int mvebu_mbus_dt_init(bool is_coherent);
/linux-master/drivers/bus/
H A Dmvebu-mbus.c1084 bool is_coherent)
1117 if (is_coherent)
1245 int __init mvebu_mbus_dt_init(bool is_coherent) argument
1296 mbus_state.hw_io_coherency = is_coherent;
1309 is_coherent);
1077 mvebu_mbus_common_init(struct mvebu_mbus_state *mbus, phys_addr_t mbuswins_phys_base, size_t mbuswins_size, phys_addr_t sdramwins_phys_base, size_t sdramwins_size, phys_addr_t mbusbridge_phys_base, size_t mbusbridge_size, bool is_coherent) argument
/linux-master/drivers/of/
H A Daddress.c1020 bool is_coherent = dma_default_coherent; local
1026 is_coherent = true;
1030 is_coherent = false;
1036 return is_coherent;
/linux-master/arch/arm/mm/
H A Ddma-mapping.c534 gfp_t gfp, pgprot_t prot, bool is_coherent,
549 .coherent_flag = is_coherent ? COHERENT : NORMAL,
577 else if (is_coherent)
607 bool is_coherent)
533 __dma_alloc(struct device *dev, size_t size, dma_addr_t *handle, gfp_t gfp, pgprot_t prot, bool is_coherent, unsigned long attrs, const void *caller) argument
605 __arm_dma_free(struct device *dev, size_t size, void *cpu_addr, dma_addr_t handle, unsigned long attrs, bool is_coherent) argument

Completed in 123 milliseconds