Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtx.c2130 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local
2199 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
2202 tx_cmd->params.dram_lsb_ptr = cpu_to_le32(scratch_phys); in iwl_trans_pcie_tx()
2203 tx_cmd->params.dram_msb_ptr = iwl_get_dma_hi_addr(scratch_phys); in iwl_trans_pcie_tx()