Searched refs:risc_cpu (Results 1 – 4 of 4) sorted by relevance
/drivers/media/pci/mantis/ |
D | mantis_dma.c | 47 #define RISC_INSTR(risc_pos, opcode) (mantis->risc_cpu[risc_pos++] = cpu_to_le32(opcode)) 72 if (mantis->risc_cpu) { in mantis_dma_exit() 76 mantis->risc_cpu, in mantis_dma_exit() 80 mantis->risc_cpu, mantis->risc_dma); in mantis_dma_exit() 82 mantis->risc_cpu = NULL; in mantis_dma_exit() 106 if (!mantis->risc_cpu) { in mantis_alloc_buffers() 107 mantis->risc_cpu = pci_alloc_consistent(mantis->pdev, in mantis_alloc_buffers() 111 if (!mantis->risc_cpu) { in mantis_alloc_buffers() 122 mantis->risc_cpu, MANTIS_RISC_SIZE); in mantis_alloc_buffers()
|
D | mantis_common.h | 137 __le32 *risc_cpu; member
|
/drivers/media/pci/bt8xx/ |
D | bt878.c | 92 if (bt->risc_cpu) { in bt878_mem_free() 93 pci_free_consistent(bt->dev, bt->risc_size, bt->risc_cpu, in bt878_mem_free() 95 bt->risc_cpu = NULL; in bt878_mem_free() 110 if (!bt->risc_cpu) { in bt878_mem_alloc() 112 bt->risc_cpu = pci_zalloc_consistent(bt->dev, bt->risc_size, in bt878_mem_alloc() 114 if (!bt->risc_cpu) { in bt878_mem_alloc() 138 #define RISC_INSTR(instr) bt->risc_cpu[bt->risc_pos++] = cpu_to_le32(instr)
|
D | bt878.h | 131 __le32 *risc_cpu; member
|