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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/mantis/
H A Dmantis_dma.c47 #define RISC_INSTR(opcode) (mantis->risc_cpu[mantis->risc_pos++] = cpu_to_le32(opcode))
68 if (mantis->risc_cpu) {
72 mantis->risc_cpu,
76 mantis->risc_cpu, mantis->risc_dma);
78 mantis->risc_cpu = NULL;
102 if (!mantis->risc_cpu) {
103 mantis->risc_cpu = pci_alloc_consistent(mantis->pdev,
107 if (!mantis->risc_cpu) {
118 mantis->risc_cpu, MANTIS_RISC_SIZE);
H A Dmantis_common.h132 u32 *risc_cpu; member in struct:mantis_pci
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Dbt878.c92 if (bt->risc_cpu) {
93 pci_free_consistent(bt->dev, bt->risc_size, bt->risc_cpu,
95 bt->risc_cpu = NULL;
114 if (!bt->risc_cpu) {
116 bt->risc_cpu =
120 if (!bt->risc_cpu) {
125 memset(bt->risc_cpu, 0, bt->risc_size);
146 #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 109 milliseconds