Searched refs:dma64 (Results 1 – 1 of 1) sorted by relevance
897 const struct dynamic_dma_window_prop *dma64; in find_existing_ddw() local904 dma64 = window->prop; in find_existing_ddw()905 *dma_addr = be64_to_cpu(dma64->dma_base); in find_existing_ddw()906 *window_shift = be32_to_cpu(dma64->window_shift); in find_existing_ddw()917 const struct dynamic_dma_window_prop *dma64) in ddw_list_new_entry() argument926 window->prop = dma64; in ddw_list_new_entry()936 const struct dynamic_dma_window_prop *dma64; in find_existing_ddw_windows_named() local939 dma64 = of_get_property(pdn, name, &len); in find_existing_ddw_windows_named()940 if (!dma64 || len < sizeof(*dma64)) { in find_existing_ddw_windows_named()945 window = ddw_list_new_entry(pdn, dma64); in find_existing_ddw_windows_named()