Searched refs:dma_mode (Results 51 - 75 of 112) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dcs5535.c140 cs5535_set_speed(drive, drive->dma_mode);
H A Dcy82c693.c58 const u8 mode = drive->dma_mode;
H A Dit8172.c87 const u8 speed = drive->dma_mode;
H A Damd74xx.c89 const u8 speed = drive->dma_mode;
113 drive->dma_mode = drive->pio_mode;
H A Dpdc202xx_old.c28 const u8 speed = drive->dma_mode;
81 drive->dma_mode = drive->pio_mode;
H A Dvia82cxxx.c187 const u8 speed = drive->dma_mode;
219 drive->dma_mode = drive->pio_mode;
H A Datiixp.c93 const u8 speed = drive->dma_mode;
H A Dcs5530.c108 switch (drive->dma_mode) {
H A Dcs5536.c164 const u8 mode = drive->dma_mode;
H A Dit8213.c94 const u8 speed = drive->dma_mode;
H A Dsc1200.c132 const u8 mode = drive->dma_mode;
H A Dsl82c105.c100 const u8 speed = drive->dma_mode;
H A Dslc90e66.c82 const u8 speed = drive->dma_mode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/kernel/
H A Ddebugport.c131 tr_dma_en.en = rec_ctrl.dma_mode = regk_ser_no;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Ddma-v1.c99 * @dma_mode: direction of the transfer %DMA_MODE_READ or %DMA_MODE_WRITE
116 unsigned int dma_mode; member in struct:imx_dma_channel
173 if ((imxdma->dma_mode & DMA_MODE_MASK) == DMA_MODE_READ)
212 imxdma->dma_mode = dmamode;
309 imxdma->dma_mode = dmamode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibata.h614 u8 dma_mode; member in struct:ata_device
1528 if (adev->dma_mode >= XFER_MW_DMA_0 && adev->dma_mode <= XFER_MW_DMA_4)
1535 if (adev->dma_mode >= XFER_UDMA_0 && adev->dma_mode <= XFER_UDMA_7)
1542 return (adev->dma_mode == 0xFF ? 0 : 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Da2091.c209 hdata->wh.dma_mode = CTRL_DMA;
H A Da3000.c227 hdata->wh.dma_mode = CTRL_DMA;
H A Dwd33c93.h259 uchar dma_mode; /* DMA Burst Mode or Single Byte DMA */ member in struct:WD33C93_hostdata
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dpata_cs5530.c95 switch(adev->dma_mode) {
H A Dpata_cs5536.c173 int mode = adev->dma_mode;
H A Dpata_hpt366.c261 hpt366_set_mode(ap, adev, adev->dma_mode);
H A Dpata_ns87415.c147 ns87415_set_mode(qc->ap, qc->dev, qc->dev->dma_mode);
H A Dpata_sc1200.c133 int mode = adev->dma_mode;
H A Dpata_sl82c105.c122 int dma = adev->dma_mode - XFER_MW_DMA_0;

Completed in 274 milliseconds

12345