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()
255 if (hw->usedma && bpw <= 8) in au1550_spi_setupxfer()
661 if (hw->usedma) { in au1550_spi_bits_handlers_set()
705 cfg = hw->usedma ? 0 : PSC_SPICFG_DD_DISABLE; in au1550_spi_setup_psc_as_spi()
770 hw->usedma = 0; in au1550_spi_probe()
777 if (usedma && ddma_memid) { in au1550_spi_probe()
781 hw->usedma = 1; in au1550_spi_probe()
817 if (hw->usedma) { in au1550_spi_probe()
912 if (hw->usedma) in au1550_spi_probe()
917 if (hw->usedma) in au1550_spi_probe()
946 if (hw->usedma) { in au1550_spi_remove()
982 if (usedma) { in au1550_spi_init()
994 if (usedma && ddma_memid) in au1550_spi_exit()