Lines Matching refs:usedma
38 static unsigned usedma = 1; variable
39 module_param(usedma, uint, 0644);
68 unsigned usedma; member
205 if (hw->usedma && spi->bits_per_word <= 8) in au1550_spi_chipsel()
254 if (hw->usedma && bpw <= 8) in au1550_spi_setupxfer()
660 if (hw->usedma) { in au1550_spi_bits_handlers_set()
704 cfg = hw->usedma ? 0 : PSC_SPICFG_DD_DISABLE; in au1550_spi_setup_psc_as_spi()
769 hw->usedma = 0; in au1550_spi_probe()
776 if (usedma && ddma_memid) { in au1550_spi_probe()
780 hw->usedma = 1; in au1550_spi_probe()
816 if (hw->usedma) { in au1550_spi_probe()
911 if (hw->usedma) in au1550_spi_probe()
916 if (hw->usedma) in au1550_spi_probe()
945 if (hw->usedma) { in au1550_spi_remove()
981 if (usedma) { in au1550_spi_init()
993 if (usedma && ddma_memid) in au1550_spi_exit()