Searched refs:msg_offs (Results 1 – 2 of 2) sorted by relevance
447 unsigned int msg_offs; in ishtp_hbm_dma_xfer_ack() local450 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer_ack()451 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer_ack()512 unsigned int msg_offs; in ishtp_hbm_dma_xfer() local514 for (msg_offs = 0; msg_offs < ishtp_hdr->length; in ishtp_hbm_dma_xfer()515 msg_offs += sizeof(struct dma_xfer_hbm)) { in ishtp_hbm_dma_xfer()
252 uint32_t msg_offs; in _ishtp_read() local254 msg_offs = IPC_REG_ISH2HOST_MSG + sizeof(struct ishtp_msg_hdr); in _ishtp_read()256 *r_buf++ = ish_reg_read(dev, msg_offs + i); in _ishtp_read()