Searched refs:risc_cpu (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/media/pci/mantis/
H A Dmantis_dma.c47 #define RISC_INSTR(risc_pos, opcode) (mantis->risc_cpu[risc_pos++] = cpu_to_le32(opcode))
72 if (mantis->risc_cpu) { mantis_dma_exit()
76 mantis->risc_cpu, mantis_dma_exit()
80 mantis->risc_cpu, mantis->risc_dma); mantis_dma_exit()
82 mantis->risc_cpu = NULL; mantis_dma_exit()
106 if (!mantis->risc_cpu) { mantis_alloc_buffers()
107 mantis->risc_cpu = pci_alloc_consistent(mantis->pdev, mantis_alloc_buffers()
111 if (!mantis->risc_cpu) { mantis_alloc_buffers()
122 mantis->risc_cpu, MANTIS_RISC_SIZE); mantis_alloc_buffers()
H A Dmantis_common.h137 __le32 *risc_cpu; member in struct:mantis_pci
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbt878.c92 if (bt->risc_cpu) { bt878_mem_free()
93 pci_free_consistent(bt->dev, bt->risc_size, bt->risc_cpu, bt878_mem_free()
95 bt->risc_cpu = NULL; bt878_mem_free()
110 if (!bt->risc_cpu) { bt878_mem_alloc()
112 bt->risc_cpu = pci_zalloc_consistent(bt->dev, bt->risc_size, bt878_mem_alloc()
114 if (!bt->risc_cpu) { bt878_mem_alloc()
138 #define RISC_INSTR(instr) bt->risc_cpu[bt->risc_pos++] = cpu_to_le32(instr)
H A Dbt878.h131 __le32 *risc_cpu; member in struct:bt878

Completed in 120 milliseconds