Searched refs:next_phys (Results 1 – 7 of 7) sorted by relevance
587 phys_addr_t next_phys; in create_pud_mapping() local597 next_phys = pt_ops.alloc_pmd(va); in create_pud_mapping()599 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()603 nextp = pt_ops.get_pmd_virt(next_phys); in create_pud_mapping()613 phys_addr_t next_phys; in create_p4d_mapping() local623 next_phys = pt_ops.alloc_pud(va); in create_p4d_mapping()625 nextp = pt_ops.get_pud_virt(next_phys); in create_p4d_mapping()670 phys_addr_t next_phys; in create_pgd_mapping() local680 next_phys = alloc_pgd_next(va); in create_pgd_mapping()682 nextp = get_pgd_next_virt(next_phys); in create_pgd_mapping()[all …]
379 struct bts_phys *phys, *next_phys; in bts_buffer_reset() local399 next_phys = &buf->buf[next_buf]; in bts_buffer_reset()401 next_phys->displacement; in bts_buffer_reset()404 next_space = next_phys->size; in bts_buffer_reset()416 phys = next_phys; in bts_buffer_reset()
56 DMA_REGPAIR_LE(next->next_phys, phys_next); in qed_chain_init_next_ptr_elem()86 phys_next = HILO_DMA_REGPAIR(next->next_phys); in qed_chain_free_next_ptr()
192 dma_addr_t prev_phys, curr_phys, next_phys; in prepare_vdi_in_buffers() local211 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0) + fs; in prepare_vdi_in_buffers()218 next_phys = vb2_dma_contig_plane_dma_addr(curr_vb, 0) + is; in prepare_vdi_in_buffers()230 ipu_cpmem_set_buffer(priv->vdi_in_ch_n, 0, next_phys); in prepare_vdi_in_buffers()
441 dma_addr_t next_phys; in ls1x_dma_tx_status() local448 next_phys = chan->curr_lli->hw[LS1X_DMADESC_NEXT]; in ls1x_dma_tx_status()450 if (lli->hw[LS1X_DMADESC_NEXT] == next_phys) in ls1x_dma_tx_status()
263 dma_addr_t curr_phys, next_phys; in mdc_list_desc_free() local269 next_phys = curr->node_addr; in mdc_list_desc_free()272 curr_phys = next_phys; in mdc_list_desc_free()
44 struct regpair next_phys; member
Completed in 29 milliseconds