Home
last modified time | relevance | path

Searched refs:phys_high (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
585 phys_high = (uint32_t)(info_ring_iova >> 32); in allocate_info_ring()
587 acc100_reg_write(d, reg_addr->info_ring_hi, phys_high); in allocate_info_ring()
600 uint32_t phys_low, phys_high, value; in acc100_setup_queues() local
630 phys_high = (uint32_t)(d->sw_rings_iova >> 32); in acc100_setup_queues()
646 acc100_reg_write(d, reg_addr->dma_ring_ul5g_hi, phys_high); in acc100_setup_queues()
648 acc100_reg_write(d, reg_addr->dma_ring_dl5g_hi, phys_high); in acc100_setup_queues()
650 acc100_reg_write(d, reg_addr->dma_ring_ul4g_hi, phys_high); in acc100_setup_queues()
652 acc100_reg_write(d, reg_addr->dma_ring_dl4g_hi, phys_high); in acc100_setup_queues()
676 phys_high = (uint32_t)(d->tail_ptr_iova >> 32); in acc100_setup_queues()
[all …]