Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c560 uint32_t phys_low, phys_high; in allocate_info_ring() local
586 phys_low = (uint32_t)(info_ring_iova); in allocate_info_ring()
588 acc100_reg_write(d, reg_addr->info_ring_lo, phys_low); in allocate_info_ring()
600 uint32_t phys_low, phys_high, value; in acc100_setup_queues() local
647 acc100_reg_write(d, reg_addr->dma_ring_ul5g_lo, phys_low); in acc100_setup_queues()
649 acc100_reg_write(d, reg_addr->dma_ring_dl5g_lo, phys_low); in acc100_setup_queues()
651 acc100_reg_write(d, reg_addr->dma_ring_ul4g_lo, phys_low); in acc100_setup_queues()
653 acc100_reg_write(d, reg_addr->dma_ring_dl4g_lo, phys_low); in acc100_setup_queues()
677 phys_low = (uint32_t)(d->tail_ptr_iova); in acc100_setup_queues()
679 acc100_reg_write(d, reg_addr->tail_ptrs_ul5g_lo, phys_low); in acc100_setup_queues()
[all …]