Home
last modified time | relevance | path

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

/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c323 …dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u32 length) in handle_dst_tag() argument
326 hw_buffer->msg[2] = p_ca_message->msg[1]; /* MSB */ in handle_dst_tag()
327 hw_buffer->msg[3] = p_ca_message->msg[2]; /* LSB */ in handle_dst_tag()
333 hw_buffer->msg[0] = (length & 0xff) + 7; in handle_dst_tag()
334 hw_buffer->msg[1] = 0x40; in handle_dst_tag()
335 hw_buffer->msg[2] = 0x03; in handle_dst_tag()
336 hw_buffer->msg[3] = 0x00; in handle_dst_tag()
337 hw_buffer->msg[4] = 0x03; in handle_dst_tag()
338 hw_buffer->msg[5] = length & 0xff; in handle_dst_tag()
339 hw_buffer->msg[6] = 0x00; in handle_dst_tag()
[all …]