Searched refs:scratch_phys (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/media/platform/rcar-vin/ |
D | rcar-vin.h | 201 dma_addr_t scratch_phys; member
|
D | rcar-dma.c | 837 phys_addr = vin->scratch_phys; in rvin_fill_hw_slot() 1154 &vin->scratch_phys, GFP_KERNEL); in rvin_start_streaming() 1185 vin->scratch_phys); in rvin_start_streaming() 1238 vin->scratch_phys); in rvin_stop_streaming()
|
/Linux-v4.19/drivers/dma/ti/ |
D | cppi41.c | 126 dma_addr_t scratch_phys; member 812 cdd->scratch_phys); in deinit_cppi41() 881 &cdd->scratch_phys, GFP_KERNEL); in init_cppi41() 885 cppi_writel(cdd->scratch_phys, cdd->qmgr_mem + QMGR_LRAM0_BASE); in init_cppi41() 1171 cppi_writel(cdd->scratch_phys, cdd->qmgr_mem + QMGR_LRAM0_BASE); in cppi41_resume()
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/ |
D | tx.c | 2287 dma_addr_t tb0_phys, tb1_phys, scratch_phys; in iwl_trans_pcie_tx() local 2370 scratch_phys = tb0_phys + sizeof(struct iwl_cmd_header) + in iwl_trans_pcie_tx() 2373 tx_cmd->dram_lsb_ptr = cpu_to_le32(scratch_phys); in iwl_trans_pcie_tx() 2374 tx_cmd->dram_msb_ptr = iwl_get_dma_hi_addr(scratch_phys); in iwl_trans_pcie_tx()
|
/Linux-v4.19/drivers/scsi/ |
D | gdth.c | 1501 cmd_ptr->u.ioctl.p_param = ha->scratch_phys; in gdth_internal_cmd() 4742 ha->scratch_phys = scratch_dma_handle; in gdth_isa_probe_one() 4808 ha->pscratch, ha->scratch_phys); in gdth_isa_probe_one() 4868 ha->scratch_phys = scratch_dma_handle; in gdth_eisa_probe_one() 4942 ha->pscratch, ha->scratch_phys); in gdth_eisa_probe_one() 5001 ha->scratch_phys = scratch_dma_handle; in gdth_pci_probe_one() 5087 ha->pscratch, ha->scratch_phys); in gdth_pci_probe_one() 5126 ha->pscratch, ha->scratch_phys); in gdth_remove_one()
|
D | gdth_proc.c | 580 *paddr = ha->scratch_phys; in gdth_ioctl_alloc()
|
D | gdth.h | 858 u64 scratch_phys; /* phys. address */ member
|
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-mac.c | 1672 dma_addr_t scratch_phys; in il4965_tx_skb() local 1866 scratch_phys = in il4965_tx_skb() 1873 tx_cmd->dram_lsb_ptr = cpu_to_le32(scratch_phys); in il4965_tx_skb() 1874 tx_cmd->dram_msb_ptr = il_get_dma_hi_addr(scratch_phys); in il4965_tx_skb()
|