Searched refs:hbm (Results 1 – 6 of 6) sorted by relevance
771 dma_xfer.hbm = DMA_XFER; in ishtp_cl_send_msg_dma()942 struct dma_xfer_hbm *hbm) in recv_ishtp_cl_msg_dma() argument955 if (!cl || !(cl->host_client_id == hbm->host_client_id && in recv_ishtp_cl_msg_dma()956 cl->fw_client_id == hbm->fw_client_id) || in recv_ishtp_cl_msg_dma()979 if (rb->buffer.size < hbm->msg_length) { in recv_ishtp_cl_msg_dma()983 rb->buffer.size, hbm->msg_length, rb->buf_idx); in recv_ishtp_cl_msg_dma()991 memcpy(buffer, msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()992 rb->buf_idx = hbm->msg_length; in recv_ishtp_cl_msg_dma()
220 uint8_t hbm; member229 uint8_t hbm; member
562 dma_xfer->hbm = DMA_XFER_ACK; /* Prepare for response */ in ishtp_hbm_dma_xfer()681 dma_alloc_notify.hbm = DMA_BUFFER_ALLOC_NOTIFY; in ishtp_hbm_dispatch()778 unsigned char hbm[IPC_PAYLOAD_SIZE]; in bh_hbm_work_fn() local783 memcpy(hbm, dev->rd_msg_fifo + dev->rd_msg_fifo_head, in bh_hbm_work_fn()789 ishtp_hbm_dispatch(dev, (struct ishtp_bus_message *)hbm); in bh_hbm_work_fn()
143 struct dma_xfer_hbm *hbm);
8 mei-objs += hbm.o
9 intel-ishtp-objs += ishtp/hbm.o