Searched refs:dma_rx_ch (Results 1 – 2 of 2) sorted by relevance
63 u32 dma_rx_ch; member360 res = au1xxx_dbdma_put_dest(hw->dma_rx_ch, virt_to_phys(hw->rx), in au1550_spi_dma_txrxb()370 au1xxx_dbdma_start(hw->dma_rx_ch); in au1550_spi_dma_txrxb()384 au1xxx_dbdma_stop(hw->dma_rx_ch); in au1550_spi_dma_txrxb()424 au1xxx_dbdma_stop(hw->dma_rx_ch); in au1550_spi_dma_irq_callback()428 hw->rx_count = hw->len - au1xxx_get_dma_residue(hw->dma_rx_ch); in au1550_spi_dma_irq_callback()431 au1xxx_dbdma_reset(hw->dma_rx_ch); in au1550_spi_dma_irq_callback()818 hw->dma_rx_ch = au1xxx_dbdma_chan_alloc(hw->dma_rx_id, in au1550_spi_probe()820 if (hw->dma_rx_ch == 0) { in au1550_spi_probe()826 au1xxx_dbdma_set_devwidth(hw->dma_rx_ch, 8); in au1550_spi_probe()[all …]
270 struct dma_chan *dma_rx_ch; member376 if (nfc->dma_rx_ch) { in stm32_fmc2_nfc_select_chip()383 ret = dmaengine_slave_config(nfc->dma_rx_ch, &dma_cfg); in stm32_fmc2_nfc_select_chip()860 struct dma_chan *dma_ch = nfc->dma_rx_ch; in stm32_fmc2_nfc_xfer()1584 nfc->dma_rx_ch = dma_request_chan(nfc->dev, "rx"); in stm32_fmc2_nfc_dma_setup()1585 if (IS_ERR(nfc->dma_rx_ch)) { in stm32_fmc2_nfc_dma_setup()1586 ret = PTR_ERR(nfc->dma_rx_ch); in stm32_fmc2_nfc_dma_setup()1590 nfc->dma_rx_ch = NULL; in stm32_fmc2_nfc_dma_setup()1594 ret = dma_get_slave_caps(nfc->dma_rx_ch, &caps); in stm32_fmc2_nfc_dma_setup()1646 if (nfc->dma_tx_ch && nfc->dma_rx_ch && nfc->dma_ecc_ch) { in stm32_fmc2_nfc_nand_callbacks_setup()[all …]