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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Ddc395x.h525 #define DMACMD_DIR 0x01 /* 1 = read from SCSI write to Host */ macro
H A Ddc395x.c2308 ((io_dir & DMACMD_DIR) ? 'r' : 'w'),
2357 if (io_dir & DMACMD_DIR) { /* read */
2379 if (io_dir & DMACMD_DIR) { /* read */
2447 if (io_dir & DMACMD_DIR) {
2462 if (io_dir & DMACMD_DIR)
2470 bval = (io_dir & DMACMD_DIR) ? SCMD_FIFO_IN : SCMD_FIFO_OUT;

Completed in 103 milliseconds