Lines Matching refs:usedma
29 static unsigned usedma = 1; variable
30 module_param(usedma, uint, 0644);
59 unsigned usedma; member
196 if (hw->usedma && spi->bits_per_word <= 8) in au1550_spi_chipsel()
245 if (hw->usedma && bpw <= 8) in au1550_spi_setupxfer()
651 if (hw->usedma) { in au1550_spi_bits_handlers_set()
695 cfg = hw->usedma ? 0 : PSC_SPICFG_DD_DISABLE; in au1550_spi_setup_psc_as_spi()
760 hw->usedma = 0; in au1550_spi_probe()
767 if (usedma && ddma_memid) { in au1550_spi_probe()
771 hw->usedma = 1; in au1550_spi_probe()
807 if (hw->usedma) { in au1550_spi_probe()
902 if (hw->usedma) in au1550_spi_probe()
907 if (hw->usedma) in au1550_spi_probe()
936 if (hw->usedma) { in au1550_spi_remove()
972 if (usedma) { in au1550_spi_init()
984 if (usedma && ddma_memid) in au1550_spi_exit()