Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/pfe_eth/
Dpfe_driver.c282 struct buf_desc *bd_pa; in hif_rx_desc_init() local
306 bd_pa = (struct buf_desc *)(pfe_addr->ddr_pfe_phys_baseaddr in hif_rx_desc_init()
310 rx_desc->rx_base_pa = (unsigned long)bd_pa; in hif_rx_desc_init()
323 writel((unsigned long)(bd_pa + 1), &bd_va->next); in hif_rx_desc_init()
327 bd_pa++; in hif_rx_desc_init()
370 struct buf_desc *bd_pa; in hif_tx_desc_init() local
395 bd_pa = (struct buf_desc *)(pfe_addr->ddr_pfe_phys_baseaddr in hif_tx_desc_init()
398 tx_desc->tx_base_pa = (unsigned long)bd_pa; in hif_tx_desc_init()
410 writel((unsigned long)(bd_pa + 1), &bd_va->next); in hif_tx_desc_init()
413 bd_pa++; in hif_tx_desc_init()