Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Dcppi41.c133 dma_addr_t scratch_phys; member
732 cdd->scratch_phys); in deinit_cppi41()
801 &cdd->scratch_phys, GFP_KERNEL); in init_cppi41()
805 cppi_writel(cdd->scratch_phys, cdd->qmgr_mem + QMGR_LRAM0_BASE); in init_cppi41()
1060 cppi_writel(cdd->scratch_phys, cdd->qmgr_mem + QMGR_LRAM0_BASE); in cppi41_resume()
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/
Dtx.c1806 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local
1856 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx()
1859 tx_cmd->dram_lsb_ptr = cpu_to_le32(scratch_phys); in iwl_trans_pcie_tx()
1860 tx_cmd->dram_msb_ptr = iwl_get_dma_hi_addr(scratch_phys); in iwl_trans_pcie_tx()
/linux-4.4.14/drivers/scsi/
Dgdth.c1500 cmd_ptr->u.ioctl.p_param = ha->scratch_phys; in gdth_internal_cmd()
4744 ha->scratch_phys = scratch_dma_handle; in gdth_isa_probe_one()
4810 ha->pscratch, ha->scratch_phys); in gdth_isa_probe_one()
4870 ha->scratch_phys = scratch_dma_handle; in gdth_eisa_probe_one()
4944 ha->pscratch, ha->scratch_phys); in gdth_eisa_probe_one()
5003 ha->scratch_phys = scratch_dma_handle; in gdth_pci_probe_one()
5089 ha->pscratch, ha->scratch_phys); in gdth_pci_probe_one()
5128 ha->pscratch, ha->scratch_phys); in gdth_remove_one()
Dgdth.h860 u64 scratch_phys; /* phys. address */ member
Dgdth_proc.c574 *paddr = ha->scratch_phys; in gdth_ioctl_alloc()
/linux-4.4.14/drivers/net/wireless/iwlegacy/
D4965-mac.c1673 dma_addr_t scratch_phys; in il4965_tx_skb() local
1867 scratch_phys = in il4965_tx_skb()
1874 tx_cmd->dram_lsb_ptr = cpu_to_le32(scratch_phys); in il4965_tx_skb()
1875 tx_cmd->dram_msb_ptr = il_get_dma_hi_addr(scratch_phys); in il4965_tx_skb()