Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c675 dma_addr_t node_paddr; in api_cmd_create_cell() local
678 node = dma_alloc_coherent(&pdev->dev, chain->cell_size, &node_paddr, in api_cmd_create_cell()
687 cell_ctxt->cell_paddr = node_paddr; in api_cmd_create_cell()
690 chain->head_cell_paddr = node_paddr; in api_cmd_create_cell()
694 pre_node->next_cell_paddr = cpu_to_be64(node_paddr); in api_cmd_create_cell()
716 dma_free_coherent(&pdev->dev, chain->cell_size, node, node_paddr); in api_cmd_create_cell()
732 dma_addr_t node_paddr; in api_cmd_destroy_cell() local
738 node_paddr = cell_ctxt->cell_paddr; in api_cmd_destroy_cell()
752 node_paddr); in api_cmd_destroy_cell()
/openbmc/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c436 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()
H A Dbdisp.h121 dma_addr_t node_paddr[MAX_NB_NODE]; member