Searched refs:node_paddr (Results 1 – 3 of 3) sorted by relevance
663 dma_addr_t node_paddr; in api_cmd_create_cell() local667 &node_paddr, GFP_KERNEL); in api_cmd_create_cell()677 cell_ctxt->cell_paddr = node_paddr; in api_cmd_create_cell()680 chain->head_cell_paddr = node_paddr; in api_cmd_create_cell()684 pre_node->next_cell_paddr = cpu_to_be64(node_paddr); in api_cmd_create_cell()706 dma_free_coherent(&pdev->dev, chain->cell_size, node, node_paddr); in api_cmd_create_cell()722 dma_addr_t node_paddr; in api_cmd_destroy_cell() local728 node_paddr = cell_ctxt->cell_paddr; in api_cmd_destroy_cell()742 node_paddr); in api_cmd_destroy_cell()
436 ctx->node[0], ctx->node_paddr[0], in bdisp_hw_free_nodes()468 ctx->node_paddr[i] = paddr; in bdisp_hw_alloc_nodes()1015 ctx->node[nid - 1]->nip = ctx->node_paddr[nid]; in bdisp_hw_build_all_nodes()1022 ctx->node[nid - 1]->nip = ctx->node_paddr[nid]; in bdisp_hw_build_all_nodes()1108 writel(ctx->node_paddr[0], bdisp->regs + BLT_AQ1_IP); in bdisp_hw_update()1115 writel(ctx->node_paddr[node_id], bdisp->regs + BLT_AQ1_LNA); in bdisp_hw_update()
121 dma_addr_t node_paddr[MAX_NB_NODE]; member