Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/pseries/
Diommu.c759 const struct dynamic_dma_window_prop *direct64; in find_existing_ddw() local
766 direct64 = window->prop; in find_existing_ddw()
767 dma_addr = direct64->dma_base; in find_existing_ddw()
781 const struct dynamic_dma_window_prop *direct64; in find_existing_ddw_windows() local
787 direct64 = of_get_property(pdn, DIRECT64_PROPNAME, &len); in find_existing_ddw_windows()
788 if (!direct64) in find_existing_ddw_windows()
799 window->prop = direct64; in find_existing_ddw_windows()