Searched refs:scratch_phys (Results 1 – 2 of 2) sorted by relevance
1277 phys_addr_t scratch_phys; member1605 if (kho_in.scratch_phys) { in kho_memory_init()1606 kho_scratch = phys_to_virt(kho_in.scratch_phys); in kho_memory_init()1617 phys_addr_t scratch_phys, u64 scratch_len) in kho_populate() argument1649 scratch = early_memremap(scratch_phys, scratch_len); in kho_populate()1652 scratch_phys, scratch_len); in kho_populate()1675 memblock_reserve(scratch_phys, scratch_len); in kho_populate()1687 kho_in.scratch_phys = scratch_phys; in kho_populate()
2116 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local2185 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()2188 tx_cmd->params.dram_lsb_ptr = cpu_to_le32(scratch_phys); in iwl_trans_pcie_tx()2189 tx_cmd->params.dram_msb_ptr = iwl_get_dma_hi_addr(scratch_phys); in iwl_trans_pcie_tx()