Searched refs:coherency_override_dts (Results 1 – 2 of 2) sorted by relevance
5038 const void *coherency_override_dts; in kbase_device_coherency_init() local5066 coherency_override_dts = of_get_property(kbdev->dev->of_node, in kbase_device_coherency_init()5069 if (coherency_override_dts || dma_coherent) { in kbase_device_coherency_init()5070 if (coherency_override_dts) { in kbase_device_coherency_init()5071 override_coherency = be32_to_cpup(coherency_override_dts); in kbase_device_coherency_init()
4181 const void *coherency_override_dts; in kbase_device_coherency_init() local4202 coherency_override_dts = of_get_property(kbdev->dev->of_node, in kbase_device_coherency_init()4205 if (coherency_override_dts) { in kbase_device_coherency_init()4207 override_coherency = be32_to_cpup(coherency_override_dts); in kbase_device_coherency_init()