Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885-reg.h55 #define RISC_EOL 0x04000000 macro
Dcx23885-core.c1157 *(rp++) = cpu_to_le32(RISC_WRITE|sol|RISC_EOL|bpl); in cx23885_risc_field()
1179 *(rp++) = cpu_to_le32(RISC_WRITE|RISC_EOL|todo); in cx23885_risc_field()
/Linux-v4.19/drivers/media/pci/cx25821/
Dcx25821-core.c1030 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_SOL | RISC_EOL | in cx25821_risc_field()
1053 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_EOL | todo); in cx25821_risc_field()
1141 *(rp++) = cpu_to_le32(RISC_WRITE | sol | RISC_EOL | in cx25821_risc_field_audio()
1164 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_EOL | todo); in cx25821_risc_field_audio()
Dcx25821-reg.h27 #define RISC_EOL 0x04000000 macro
/Linux-v4.19/drivers/media/pci/cx88/
Dcx88-reg.h570 #define RISC_EOL 0x04000000 macro
Dcx88-core.c110 RISC_EOL | bpl); in cx88_risc_field()
129 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_EOL | todo); in cx88_risc_field()
/Linux-v4.19/sound/pci/
Dbt87x.c127 #define RISC_EOL ( 1 << 26) /* end of line */ macro
261 cmd |= RISC_EOL | RISC_IRQ; in snd_bt87x_create_risc()