Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/pseries/
Diommu.c1265 struct property *default_win = NULL; in enable_ddw() local
1330 default_win = of_find_property(pdn, "ibm,dma-window", NULL); in enable_ddw()
1331 if (!default_win) in enable_ddw()
1338 remove_dma_window(pdn, ddw_avail, default_win); in enable_ddw()
1473 of_remove_property(pdn, default_win); in enable_ddw()