Lines Matching refs:rp
995 static __le32 *cx25821_risc_field(__le32 * rp, struct scatterlist *sglist, in cx25821_risc_field() argument
1004 *(rp++) = cpu_to_le32(RISC_JUMP); in cx25821_risc_field()
1005 *(rp++) = cpu_to_le32(0); in cx25821_risc_field()
1006 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1011 *(rp++) = cpu_to_le32(RISC_RESYNC | sync_line); in cx25821_risc_field()
1022 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_SOL | RISC_EOL | in cx25821_risc_field()
1024 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field()
1025 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1030 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_SOL | in cx25821_risc_field()
1032 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field()
1033 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1038 *(rp++) = cpu_to_le32(RISC_WRITE | in cx25821_risc_field()
1040 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field()
1041 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1045 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_EOL | todo); in cx25821_risc_field()
1046 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field()
1047 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1054 return rp; in cx25821_risc_field()
1064 __le32 *rp; in cx25821_risc_buffer() local
1087 rp = risc->cpu; in cx25821_risc_buffer()
1090 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1095 rp = cx25821_risc_field(rp, sglist, bottom_offset, 0x200, bpl, in cx25821_risc_buffer()
1100 risc->jmp = rp; in cx25821_risc_buffer()
1106 static __le32 *cx25821_risc_field_audio(__le32 * rp, struct scatterlist *sglist, in cx25821_risc_field_audio() argument
1116 *(rp++) = cpu_to_le32(RISC_RESYNC | sync_line); in cx25821_risc_field_audio()
1133 *(rp++) = cpu_to_le32(RISC_WRITE | sol | RISC_EOL | in cx25821_risc_field_audio()
1135 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field_audio()
1136 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1141 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx25821_risc_field_audio()
1143 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field_audio()
1144 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1149 *(rp++) = cpu_to_le32(RISC_WRITE | in cx25821_risc_field_audio()
1151 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field_audio()
1152 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1156 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_EOL | todo); in cx25821_risc_field_audio()
1157 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field_audio()
1158 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1164 return rp; in cx25821_risc_field_audio()
1174 __le32 *rp; in cx25821_risc_databuffer_audio() local
1190 rp = risc->cpu; in cx25821_risc_databuffer_audio()
1191 rp = cx25821_risc_field_audio(rp, sglist, 0, NO_SYNC_LINE, bpl, 0, in cx25821_risc_databuffer_audio()
1195 risc->jmp = rp; in cx25821_risc_databuffer_audio()