Searched refs:ddwprop (Results 1 – 1 of 1) sorted by relevance
1409 struct dynamic_dma_window_prop *ddwprop; in ddw_property_create() local1417 ddwprop = kzalloc_obj(*ddwprop); in ddw_property_create()1418 win64->value = ddwprop; in ddw_property_create()1419 win64->length = sizeof(*ddwprop); in ddw_property_create()1427 ddwprop->liobn = cpu_to_be32(liobn); in ddw_property_create()1428 ddwprop->dma_base = cpu_to_be64(dma_addr); in ddw_property_create()1429 ddwprop->tce_shift = cpu_to_be32(page_shift); in ddw_property_create()1430 ddwprop->window_shift = cpu_to_be32(window_shift); in ddw_property_create()