Searched refs:RISC_SOL (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-reg.h46 #define RISC_SOL 0x08000000 macro
H A Dcx23885-core.c1159 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC;
1161 sol = RISC_SOL;
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-core.c1015 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_SOL | RISC_EOL |
1023 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_SOL |
1120 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC;
1122 sol = RISC_SOL;
H A Dcx25821-reg.h18 #define RISC_SOL 0x08000000 macro
/linux-master/sound/pci/
H A Dbt87x.c112 #define RISC_SOL ( 1 << 27) /* start of line */ macro
240 cmd |= RISC_SOL;
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c95 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC;
97 sol = RISC_SOL;
H A Dcx88-reg.h560 #define RISC_SOL 0x08000000 macro

Completed in 232 milliseconds