Home
last modified time | relevance | path

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

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