Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Duli526x.c119 dma_addr_t first_tx_desc_dma; member
288 db->first_tx_desc_dma = db->desc_pool_dma_ptr; in uli526x_init_one()
637 outl(db->first_tx_desc_dma, ioaddr + DCR4); /* TX DESC address */ in uli526x_descriptor_init()
642 db->first_rx_desc_dma = db->first_tx_desc_dma + in uli526x_descriptor_init()
655 tmp_tx_dma = db->first_tx_desc_dma; in uli526x_descriptor_init()
668 (--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma); in uli526x_descriptor_init()