Searched refs:txbd_ring_pbase (Results 1 – 3 of 3) sorted by relevance
121 phys_addr_t txbd_ring_pbase; member
389 card->txbd_ring_pbase = virt_to_phys(card->txbd_ring_vbase); in mwifiex_pcie_create_txbd_ring()393 card->txbd_ring_vbase, (u32)card->txbd_ring_pbase, in mwifiex_pcie_create_txbd_ring()394 (u32)((u64)card->txbd_ring_pbase >> 32), card->txbd_ring_size); in mwifiex_pcie_create_txbd_ring()
889 host_spec->txbd_addr_lo = (u32)(card->txbd_ring_pbase); in mwifiex_cmd_pcie_host_spec()890 host_spec->txbd_addr_hi = (u32)(((u64)card->txbd_ring_pbase)>>32); in mwifiex_cmd_pcie_host_spec()