Searched refs:msg_offs (Results 1 – 2 of 2) sorted by relevance
446 unsigned int msg_offs; in ishtp_hbm_dma_xfer_ack() local449 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer_ack()450 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer_ack()511 unsigned int msg_offs; in ishtp_hbm_dma_xfer() local513 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer()514 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer()
224 uint32_t msg_offs; in _ishtp_read() local226 msg_offs = IPC_REG_ISH2HOST_MSG + sizeof(struct ishtp_msg_hdr); in _ishtp_read()228 *r_buf++ = ish_reg_read(dev, msg_offs + i); in _ishtp_read()