Home
last modified time | relevance | path

Searched refs:DMA_XFER (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/hid/
H A Dintel-ish-hid.rst194 independent. The sending side sends DMA_XFER message when the message is in
205 Here ISH acts as busmaster DMA controller. Hence when host sends DMA_XFER,
206 it's request to do host->ISH DMA transfer; when FW sends DMA_XFER, it means
207 that it already did DMA and the message resides at host. Thus, DMA_XFER
211 FW), DMA_XFER transfers ownership on the region that contains ISHTP message to
213 need not wait for previous DMA_XFER to be ack'ed, and may send another message
215 In principle, multiple DMA_XFER and DMA_XFER_ACK messages may be sent at once
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dhbm.h63 #define DMA_XFER 0x12 macro