Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Duli526x.c118 dma_addr_t first_tx_desc_dma; member
287 db->first_tx_desc_dma = db->desc_pool_dma_ptr; in uli526x_init_one()
636 outl(db->first_tx_desc_dma, ioaddr + DCR4); /* TX DESC address */ in uli526x_descriptor_init()
641 db->first_rx_desc_dma = db->first_tx_desc_dma + in uli526x_descriptor_init()
654 tmp_tx_dma = db->first_tx_desc_dma; in uli526x_descriptor_init()
667 (--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma); in uli526x_descriptor_init()