Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dmbus.h100 int mvebu_mbus_dt_init(bool is_coherent);
/linux-6.12.1/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-6.12.1/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