Home
last modified time | relevance | path

Searched refs:cmd_phys (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/
H A Dqcom_scm-legacy.c144 dma_addr_t cmd_phys; in scm_legacy_call() local
163 cmd_phys = dma_map_single(dev, cmd, alloc_len, DMA_TO_DEVICE); in scm_legacy_call()
164 if (dma_mapping_error(dev, cmd_phys)) { in scm_legacy_call()
171 smc.args[2] = cmd_phys; in scm_legacy_call()
182 dma_sync_single_for_cpu(dev, cmd_phys + sizeof(*cmd) + cmd_len, in scm_legacy_call()
186 dma_sync_single_for_cpu(dev, cmd_phys + sizeof(*cmd) + cmd_len + in scm_legacy_call()
196 dma_unmap_single(dev, cmd_phys, alloc_len, DMA_TO_DEVICE); in scm_legacy_call()
/kernel/linux/linux-6.6/drivers/firmware/
H A Dqcom_scm-legacy.c147 dma_addr_t cmd_phys; in scm_legacy_call() local
166 cmd_phys = dma_map_single(dev, cmd, alloc_len, DMA_TO_DEVICE); in scm_legacy_call()
167 if (dma_mapping_error(dev, cmd_phys)) { in scm_legacy_call()
174 smc.args[2] = cmd_phys; in scm_legacy_call()
185 dma_sync_single_for_cpu(dev, cmd_phys + sizeof(*cmd) + cmd_len, in scm_legacy_call()
189 dma_sync_single_for_cpu(dev, cmd_phys + sizeof(*cmd) + cmd_len + in scm_legacy_call()
199 dma_unmap_single(dev, cmd_phys, alloc_len, DMA_TO_DEVICE); in scm_legacy_call()
/kernel/linux/common_modules/tzdriver/core/
H A Dshared_mem.c29 uint64_t get_reserved_cmd_vaddr_of(phys_addr_t cmd_phys, uint64_t cmd_size) in get_reserved_cmd_vaddr_of() argument
31 if (cmd_phys == 0 || cmd_size == 0) { in get_reserved_cmd_vaddr_of()
35 uint64_t cmd_vaddr = (uint64_t)(uintptr_t)ioremap_cache(cmd_phys, cmd_size); in get_reserved_cmd_vaddr_of()
H A Dshared_mem.h32 uint64_t get_reserved_cmd_vaddr_of(phys_addr_t cmd_phys, uint64_t cmd_size);
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h318 dma_addr_t cmd_phys; member
H A Dipw2100.c3031 tbd->host_addr = packet->info.c_struct.cmd_phys; in ipw2100_tx_send_commands()
3453 priv->msg_buffers[i].info.c_struct.cmd_phys = p; in ipw2100_msg_allocate()
3463 priv->msg_buffers[j].info.c_struct.cmd_phys); in ipw2100_msg_allocate()
3497 priv->msg_buffers[i].info.c_struct.cmd_phys); in ipw2100_msg_free()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h318 dma_addr_t cmd_phys; member
H A Dipw2100.c3020 tbd->host_addr = packet->info.c_struct.cmd_phys; in ipw2100_tx_send_commands()
3442 priv->msg_buffers[i].info.c_struct.cmd_phys = p; in ipw2100_msg_allocate()
3452 priv->msg_buffers[j].info.c_struct.cmd_phys); in ipw2100_msg_allocate()
3486 priv->msg_buffers[i].info.c_struct.cmd_phys); in ipw2100_msg_free()

Completed in 27 milliseconds