Searched refs:hw_buffer (Results 1 – 2 of 2) sorted by relevance
323 …dst_tag(struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u32 length) in handle_dst_tag() argument326 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 …]
70 u32 hw_buffer; member1061 writel_relaxed(buffer, &desc->hw_buffer); in cpdma_chan_submit_si()