Searched refs:bd_pa (Results 1 – 1 of 1) sorted by relevance
285 struct buf_desc *bd_pa; in hif_rx_desc_init() local309 bd_pa = (struct buf_desc *)(pfe_addr->ddr_pfe_phys_baseaddr in hif_rx_desc_init()313 rx_desc->rx_base_pa = (unsigned long)bd_pa; in hif_rx_desc_init()326 writel((unsigned long)(bd_pa + 1), &bd_va->next); in hif_rx_desc_init()330 bd_pa++; in hif_rx_desc_init()373 struct buf_desc *bd_pa; in hif_tx_desc_init() local398 bd_pa = (struct buf_desc *)(pfe_addr->ddr_pfe_phys_baseaddr in hif_tx_desc_init()401 tx_desc->tx_base_pa = (unsigned long)bd_pa; in hif_tx_desc_init()413 writel((unsigned long)(bd_pa + 1), &bd_va->next); in hif_tx_desc_init()416 bd_pa++; in hif_tx_desc_init()
Completed in 3 milliseconds