Home
last modified time | relevance | path

Searched refs:sdd (Results 1 – 6 of 6) sorted by relevance

/drivers/spi/
Dspi-s3c64xx.c198 static void s3c64xx_flush_fifo(struct s3c64xx_spi_driver_data *sdd) in s3c64xx_flush_fifo() argument
200 void __iomem *regs = sdd->regs; in s3c64xx_flush_fifo()
219 } while (TX_FIFO_LVL(val, sdd) && loops--); in s3c64xx_flush_fifo()
222 dev_warn(&sdd->pdev->dev, "Timed out flushing TX FIFO\n"); in s3c64xx_flush_fifo()
228 if (RX_FIFO_LVL(val, sdd)) in s3c64xx_flush_fifo()
235 dev_warn(&sdd->pdev->dev, "Timed out flushing RX FIFO\n"); in s3c64xx_flush_fifo()
248 struct s3c64xx_spi_driver_data *sdd; in s3c64xx_spi_dmacb() local
253 sdd = container_of(data, in s3c64xx_spi_dmacb()
256 sdd = container_of(data, in s3c64xx_spi_dmacb()
259 spin_lock_irqsave(&sdd->lock, flags); in s3c64xx_spi_dmacb()
[all …]
/drivers/dma/fsl-dpaa2-qdma/
Ddpaa2-qdma.c179 struct dpaa2_qdma_sd_d *sdd; in dpaa2_qdma_populate_first_framel() local
181 sdd = dpaa2_comp->desc_virt_addr; in dpaa2_qdma_populate_first_framel()
182 memset(sdd, 0, 2 * (sizeof(*sdd))); in dpaa2_qdma_populate_first_framel()
185 sdd->cmd = cpu_to_le32(QDMA_SD_CMD_RDTTYPE_COHERENT); in dpaa2_qdma_populate_first_framel()
186 sdd++; in dpaa2_qdma_populate_first_framel()
190 sdd->cmd = cpu_to_le32(LX2160_QDMA_DD_CMD_WRTTYPE_COHERENT); in dpaa2_qdma_populate_first_framel()
192 sdd->cmd = cpu_to_le32(QDMA_DD_CMD_WRTTYPE_COHERENT); in dpaa2_qdma_populate_first_framel()
/drivers/net/wireless/st/cw1200/
Dmain.c468 if (priv->sdd) { in cw1200_unregister_common()
469 release_firmware(priv->sdd); in cw1200_unregister_common()
470 priv->sdd = NULL; in cw1200_unregister_common()
Dsta.c1067 const u8 *p = priv->sdd->data; in cw1200_parse_sdd_file()
1070 while (p + 2 <= priv->sdd->data + priv->sdd->size) { in cw1200_parse_sdd_file()
1071 if (p + p[1] + 2 > priv->sdd->data + priv->sdd->size) { in cw1200_parse_sdd_file()
1142 if (!priv->sdd) { in cw1200_setup_mac()
1143 ret = request_firmware(&priv->sdd, priv->sdd_path, priv->pdev); in cw1200_setup_mac()
1151 cfg.dpdData = priv->sdd->data; in cw1200_setup_mac()
1152 cfg.dpdData_size = priv->sdd->size; in cw1200_setup_mac()
Dcw1200.h122 const struct firmware *sdd; member
/drivers/pinctrl/tegra/
Dpinctrl-tegra20.c2133 MUX_PG(sdd, UARTA, PWM, SDIO3, SPI3, 0x18, 2, 0x8c, 14, 0xac, 30),