Home
last modified time | relevance | path

Searched refs:HINT_STOP_MOST (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/parisc/
H A Dccio-dma.c507 #define HINT_STOP_MOST 0x04UL /* LSL support */ macro
509 #define HINT_STOP_MOST 0x00UL /* only needed for "some EISA devices" */ macro
521 [PCI_DMA_BIDIRECTIONAL] = HINT_STOP_MOST | HINT_SAFE_DMA | IOPDIR_VALID,
522 [PCI_DMA_TODEVICE] = HINT_STOP_MOST | HINT_PREFETCH | IOPDIR_VALID,
523 [PCI_DMA_FROMDEVICE] = HINT_STOP_MOST | IOPDIR_VALID,
/kernel/linux/linux-6.6/drivers/parisc/
H A Dccio-dma.c497 #define HINT_STOP_MOST 0x04UL /* LSL support */ macro
499 #define HINT_STOP_MOST 0x00UL /* only needed for "some EISA devices" */ macro
511 [DMA_BIDIRECTIONAL] = HINT_STOP_MOST | HINT_SAFE_DMA | IOPDIR_VALID,
512 [DMA_TO_DEVICE] = HINT_STOP_MOST | HINT_PREFETCH | IOPDIR_VALID,
513 [DMA_FROM_DEVICE] = HINT_STOP_MOST | IOPDIR_VALID,

Completed in 5 milliseconds