Home
last modified time | relevance | path

Searched refs:mwdma (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dpata_radisys.c113 unsigned int mwdma = adev->dma_mode - XFER_MW_DMA_0; in radisys_set_dmamode() local
117 int pio = needed_pio[mwdma] - XFER_PIO_0; in radisys_set_dmamode()
123 if (adev->pio_mode < needed_pio[mwdma]) in radisys_set_dmamode()
H A Dpata_oldpiix.c145 unsigned int mwdma = adev->dma_mode - XFER_MW_DMA_0; in oldpiix_set_dmamode() local
150 int pio = needed_pio[mwdma] - XFER_PIO_0; in oldpiix_set_dmamode()
162 if (adev->pio_mode < needed_pio[mwdma]) in oldpiix_set_dmamode()
H A Dpata_efar.c197 unsigned int mwdma = adev->dma_mode - XFER_MW_DMA_0; in efar_set_dmamode() local
203 int pio = needed_pio[mwdma] - XFER_PIO_0; in efar_set_dmamode()
210 if (adev->pio_mode < needed_pio[mwdma]) in efar_set_dmamode()
H A Dpata_it8213.c192 unsigned int mwdma = adev->dma_mode - XFER_MW_DMA_0; in it8213_set_dmamode() local
198 int pio = needed_pio[mwdma] - XFER_PIO_0; in it8213_set_dmamode()
205 if (adev->pio_mode < needed_pio[mwdma]) in it8213_set_dmamode()
H A Dpata_piccolo.c56 static const u32 mwdma[4] = { in tosh_set_dmamode() local
59 conf |= mwdma[adev->dma_mode - XFER_MW_DMA_0]; in tosh_set_dmamode()
H A Dpata_it821x.c94 u16 mwdma[2]; /* Cached MWDMA values */ member
303 itdev->mwdma[unit] = MWDMA_OFF; in it821x_passthru_set_dmamode()
322 itdev->mwdma[unit] = dma[mode_wanted]; in it821x_passthru_set_dmamode()
352 if (itdev->mwdma[unit] != MWDMA_OFF) in it821x_passthru_bmdma_start()
353 it821x_program(ap, adev, itdev->mwdma[unit]); in it821x_passthru_bmdma_start()
376 if (itdev->mwdma[unit] != MWDMA_OFF) in it821x_passthru_bmdma_stop()
H A Dpata_rdc.c232 unsigned int mwdma = adev->dma_mode - XFER_MW_DMA_0; in rdc_set_dmamode() local
238 int pio = needed_pio[mwdma] - XFER_PIO_0; in rdc_set_dmamode()
245 if (adev->pio_mode < needed_pio[mwdma]) in rdc_set_dmamode()
H A Data_piix.c720 unsigned int mwdma = speed - XFER_MW_DMA_0; in do_pata_set_dmamode() local
724 int pio = needed_pio[mwdma] - XFER_PIO_0; in do_pata_set_dmamode()
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dpata-arasan.txt22 - arasan,broken-mwdma: if present, MWDMA mode is unusable
/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h21 u16 mwdma; member
H A Dfsl_sata.h310 u16 mwdma; member
H A Dsata_mv.c257 u16 mwdma; member
815 priv->mwdma = id[ATA_ID_MWDMA_MODES]; in mv_sata_xfer_mode()
817 debug("pio %04x, mwdma %04x, udma %04x\n", priv->pio, priv->mwdma, in mv_sata_xfer_mode()
H A Dfsl_sata.c502 sata->mwdma = id[ATA_ID_MWDMA_MODES]; in fsl_sata_xfer_mode()
504 debug("pio %04x, mwdma %04x, udma %04x\n\r", sata->pio, sata->mwdma, sata->udma); in fsl_sata_xfer_mode()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2842 * Transfer mode: pio[0-7], mwdma[0-4] and udma[0-7].