Searched refs:hbm (Results 1 – 6 of 6) sorted by relevance
771 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()946 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma() argument959 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()960 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()984 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()989 rb->buffer.size, hbm->msg_length, rb->buf_idx); in recv_ishtp_cl_msg_dma()997 memcpy(buffer, msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()998 rb->buf_idx = hbm->msg_length; in recv_ishtp_cl_msg_dma()
220 uint8_t hbm; member229 uint8_t hbm; member
570 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()689 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()786 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local791 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()797 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
143 struct dma_xfer_hbm *hbm);
7 mei-objs += hbm.o
8 intel-ishtp-objs += ishtp/hbm.o