Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmbus.h100 int mvebu_mbus_dt_init(bool is_coherent);
/Linux-v6.6/drivers/bus/
Dmvebu-mbus.c1084 bool is_coherent) in mvebu_mbus_common_init() argument
1117 if (is_coherent) in mvebu_mbus_common_init()
1245 int __init mvebu_mbus_dt_init(bool is_coherent) in mvebu_mbus_dt_init() argument
1296 mbus_state.hw_io_coherency = is_coherent; in mvebu_mbus_dt_init()
1309 is_coherent); in mvebu_mbus_dt_init()
/Linux-v6.6/drivers/of/
Daddress.c1040 bool is_coherent = dma_default_coherent; in of_dma_is_coherent() local
1046 is_coherent = true; in of_dma_is_coherent()
1050 is_coherent = false; in of_dma_is_coherent()
1056 return is_coherent; in of_dma_is_coherent()
/Linux-v6.6/arch/arm/mm/
Ddma-mapping.c534 gfp_t gfp, pgprot_t prot, bool is_coherent, in __dma_alloc() argument
549 .coherent_flag = is_coherent ? COHERENT : NORMAL, in __dma_alloc()
577 else if (is_coherent) in __dma_alloc()
607 bool is_coherent) in __arm_dma_free() argument