Home
last modified time | relevance | path

Searched refs:RISC_SOL (Results 1 – 4 of 4) sorted by relevance

/drivers/media/video/cx23885/
Dcx23885-reg.h60 #define RISC_SOL 0x08000000 macro
Dcx23885-core.c970 *(rp++) = cpu_to_le32(RISC_WRITE|RISC_SOL|RISC_EOL|bpl); in cx23885_risc_field()
977 *(rp++) = cpu_to_le32(RISC_WRITE|RISC_SOL| in cx23885_risc_field()
/drivers/media/video/cx88/
Dcx88-core.c94 sol = RISC_SOL | RISC_IRQ1 | RISC_CNT_INC; in cx88_risc_field()
96 sol = RISC_SOL; in cx88_risc_field()
Dcx88-reg.h569 #define RISC_SOL 0x08000000 macro