Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_ipa.c826 if (!ipa_res->tx_alt_comp_doorbell_paddr) in dp_ipa_map_ring_doorbell_paddr()
831 phys_to_virt(ipa_res->tx_alt_comp_doorbell_paddr); in dp_ipa_map_ring_doorbell_paddr()
834 ioremap(ipa_res->tx_alt_comp_doorbell_paddr, 4); in dp_ipa_map_ring_doorbell_paddr()
838 ipa_res->tx_alt_comp_doorbell_paddr, in dp_ipa_map_ring_doorbell_paddr()
841 ipa_res->tx_alt_comp_doorbell_paddr = tx_comp_doorbell_dmaaddr; in dp_ipa_map_ring_doorbell_paddr()
856 if (ipa_res->tx_alt_comp_doorbell_paddr) { in dp_ipa_unmap_ring_doorbell_paddr()
858 ipa_res->tx_alt_comp_doorbell_paddr, in dp_ipa_unmap_ring_doorbell_paddr()
1023 res->tx_alt_comp_doorbell_paddr = in dp_ipa_set_pipe_db()
1052 if (!res->tx_alt_comp_doorbell_paddr) in dp_ipa_tx_comp_ring_init_hp()
1072 if (!res->tx_alt_comp_doorbell_paddr) in dp_ipa_tx_comp_ring_update_hp_addr()
[all …]
Ddp_types.h3314 qdf_dma_addr_t tx_alt_comp_doorbell_paddr; member