Lines Matching refs:rp

1006 static __le32 *cx25821_risc_field(__le32 * rp, struct scatterlist *sglist,  in cx25821_risc_field()  argument
1015 *(rp++) = cpu_to_le32(RISC_JUMP); in cx25821_risc_field()
1016 *(rp++) = cpu_to_le32(0); in cx25821_risc_field()
1017 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1022 *(rp++) = cpu_to_le32(RISC_RESYNC | sync_line); in cx25821_risc_field()
1033 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_SOL | RISC_EOL | in cx25821_risc_field()
1035 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field()
1036 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1041 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_SOL | in cx25821_risc_field()
1043 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field()
1044 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1049 *(rp++) = cpu_to_le32(RISC_WRITE | in cx25821_risc_field()
1051 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field()
1052 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1056 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_EOL | todo); in cx25821_risc_field()
1057 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field()
1058 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field()
1065 return rp; in cx25821_risc_field()
1075 __le32 *rp; in cx25821_risc_buffer() local
1098 rp = risc->cpu; in cx25821_risc_buffer()
1101 rp = cx25821_risc_field(rp, sglist, top_offset, 0, bpl, padding, in cx25821_risc_buffer()
1106 rp = cx25821_risc_field(rp, sglist, bottom_offset, 0x200, bpl, in cx25821_risc_buffer()
1111 risc->jmp = rp; in cx25821_risc_buffer()
1117 static __le32 *cx25821_risc_field_audio(__le32 * rp, struct scatterlist *sglist, in cx25821_risc_field_audio() argument
1127 *(rp++) = cpu_to_le32(RISC_RESYNC | sync_line); in cx25821_risc_field_audio()
1144 *(rp++) = cpu_to_le32(RISC_WRITE | sol | RISC_EOL | in cx25821_risc_field_audio()
1146 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field_audio()
1147 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1152 *(rp++) = cpu_to_le32(RISC_WRITE | sol | in cx25821_risc_field_audio()
1154 *(rp++) = cpu_to_le32(sg_dma_address(sg) + offset); in cx25821_risc_field_audio()
1155 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1160 *(rp++) = cpu_to_le32(RISC_WRITE | in cx25821_risc_field_audio()
1162 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field_audio()
1163 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1167 *(rp++) = cpu_to_le32(RISC_WRITE | RISC_EOL | todo); in cx25821_risc_field_audio()
1168 *(rp++) = cpu_to_le32(sg_dma_address(sg)); in cx25821_risc_field_audio()
1169 *(rp++) = cpu_to_le32(0); /* bits 63-32 */ in cx25821_risc_field_audio()
1175 return rp; in cx25821_risc_field_audio()
1185 __le32 *rp; in cx25821_risc_databuffer_audio() local
1201 rp = risc->cpu; in cx25821_risc_databuffer_audio()
1202 rp = cx25821_risc_field_audio(rp, sglist, 0, NO_SYNC_LINE, bpl, 0, in cx25821_risc_databuffer_audio()
1206 risc->jmp = rp; in cx25821_risc_databuffer_audio()