Searched refs:is_read (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/mtd/nand/ |
D | bf5xx_nand.c | 467 uint8_t *buf, int is_read) in bf5xx_nand_dma_rw() argument 474 mtd, buf, is_read); in bf5xx_nand_dma_rw() 482 if (is_read) in bf5xx_nand_dma_rw() 519 if (is_read) in bf5xx_nand_dma_rw() 525 if (is_read) in bf5xx_nand_dma_rw()
|
D | atmel_nand.c | 199 int is_read) in atmel_nand_dma_op() argument 210 enum dma_data_direction dir = is_read ? DMA_FROM_DEVICE : DMA_TO_DEVICE; in atmel_nand_dma_op() 226 if (is_read) { in atmel_nand_dma_op()
|
/linux-2.6.39/arch/m68k/mac/ |
D | misc.c | 259 int is_read; in via_pram_command() local 270 is_read = command & 0x8000; in via_pram_command() 273 is_read = command & 0x80; in via_pram_command() 275 if (is_read) { in via_pram_command()
|
/linux-2.6.39/drivers/mmc/host/ |
D | omap.c | 1009 int sync_dev, dma_ch, is_read, r; in mmc_omap_get_dma_channel() local 1011 is_read = !(data->flags & MMC_DATA_WRITE); in mmc_omap_get_dma_channel() 1014 if (is_read == host->dma_is_read) in mmc_omap_get_dma_channel() 1020 if (is_read) { in mmc_omap_get_dma_channel() 1044 host->dma_is_read = is_read; in mmc_omap_get_dma_channel()
|
/linux-2.6.39/drivers/spi/ |
D | omap2_mcspi.c | 202 int is_read, int enable) in omap2_mcspi_set_dma_req() argument 208 if (is_read) /* 1 is read, 0 write */ in omap2_mcspi_set_dma_req()
|
/linux-2.6.39/drivers/scsi/ |
D | st.c | 1466 size_t count, int is_read) in setup_buffering() argument 1471 if (is_read) in setup_buffering() 1479 count, (is_read ? READ : WRITE)); in setup_buffering() 1505 if (is_read && STp->sili && !STbp->cleared) in setup_buffering() 1526 static void release_buffering(struct scsi_tape *STp, int is_read) in release_buffering() argument 1532 sgl_unmap_user_pages(STbp, STbp->do_dio, is_read); in release_buffering()
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | i915_gem.c | 284 int is_read) in slow_shmem_bit17_copy() argument 290 if (is_read) in slow_shmem_bit17_copy() 309 if (is_read) { in slow_shmem_bit17_copy()
|