Searched refs:XFER_WRITE (Results 1 – 7 of 7) sorted by relevance
56 #define XFER_WRITE 2 macro
549 if (host->pio_active == XFER_WRITE) in pio_tasklet()650 if ((host->pio_active == XFER_WRITE) && in s3cmci_irq()1041 host->pio_active = rw ? XFER_WRITE : XFER_READ; in s3cmci_prepare_pio()
28 #define XFER_WRITE 0x01 macro
144 #define XFER_WRITE (1 << 30) macro680 xfer_ctr |= write ? XFER_WRITE : XFER_READ; in arasan_cf_dma_start()
91 #define XFER_WRITE 0x01 macro
5478 TYPE_ATTR_DIR(TYPE_CMD, ATTR_SIMPLE, XFER_WRITE); in hpsa_ciss_submit()6423 if (iocommand->Request.Type.Direction & XFER_WRITE) { in hpsa_passthru_ioctl()6540 if (ioc->Request.Type.Direction & XFER_WRITE) { in hpsa_big_passthru_ioctl()6772 ATTR_SIMPLE, XFER_WRITE); in fill_cmd()6781 ATTR_SIMPLE, XFER_WRITE); in fill_cmd()6912 case XFER_WRITE: in fill_cmd()
6505 case XFER_WRITE: in pqi_passthru_ioctl()6507 case XFER_READ | XFER_WRITE: in pqi_passthru_ioctl()6517 if (iocommand.Request.Type.Direction & XFER_WRITE) { in pqi_passthru_ioctl()6542 case XFER_WRITE: in pqi_passthru_ioctl()6548 case XFER_READ | XFER_WRITE: in pqi_passthru_ioctl()
Completed in 47 milliseconds