Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A DFlashPoint.c444 #define DISABLE_INT BIT(7) /*Do not interrupt at end of cmd. */ macro
446 #define HOST_WRT_CMD ((DISABLE_INT + XFER_HOST_DMA + XFER_HOST_AUTO + XFER_DMA_8BIT))
447 #define HOST_RD_CMD ((DISABLE_INT + XFER_DMA_HOST + XFER_HOST_AUTO + XFER_DMA_8BIT))
/kernel/linux/linux-6.6/drivers/scsi/
H A DFlashPoint.c416 #define DISABLE_INT BIT(7) /*Do not interrupt at end of cmd. */ macro
418 #define HOST_WRT_CMD ((DISABLE_INT + XFER_HOST_DMA + XFER_HOST_AUTO + XFER_DMA_8BIT))
419 #define HOST_RD_CMD ((DISABLE_INT + XFER_DMA_HOST + XFER_HOST_AUTO + XFER_DMA_8BIT))

Completed in 16 milliseconds