Searched refs:mwdma (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | pata_radisys.c | 113 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 D | pata_oldpiix.c | 145 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 D | pata_efar.c | 197 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 D | pata_it8213.c | 192 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 D | pata_piccolo.c | 56 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 D | pata_it821x.c | 94 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 D | pata_rdc.c | 232 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 D | ata_piix.c | 720 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 D | pata-arasan.txt | 22 - arasan,broken-mwdma: if present, MWDMA mode is unusable
|
/openbmc/u-boot/drivers/ata/ |
H A D | sata_sil.h | 21 u16 mwdma; member
|
H A D | fsl_sata.h | 310 u16 mwdma; member
|
H A D | sata_mv.c | 257 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 D | fsl_sata.c | 502 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 D | kernel-parameters.txt | 2842 * Transfer mode: pio[0-7], mwdma[0-4] and udma[0-7].
|