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

/drivers/scsi/arm/
H A Dacornscsi.c93 #define NO_WRITE 0xFE macro
1034 if (NO_WRITE & (1 << host->SCpnt->device->id)) {
2526 if (acornscsi_cmdtype(SCpnt->cmnd[0]) == CMD_WRITE && (NO_WRITE & (1 << SCpnt->device->id))) {
2527 printk(KERN_CRIT "scsi%d.%c: WRITE attempted with NO_WRITE flag set\n",
2832 " NOWRITE (" __stringify(NO_WRITE) ")"
2863 " NOWRITE (" __stringify(NO_WRITE) ")"

Completed in 37 milliseconds