Home
last modified time | relevance | path

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

/drivers/spi/
A Dspi-s3c64xx.c115 #define TX_FIFO_LVL(v, sdd) (((v) & (sdd)->tx_fifomask) >> \ argument
117 #define RX_FIFO_LVL(v, sdd) (((v) & (sdd)->rx_fifomask) >> \ argument
418 if (sdd->rx_dma.ch && sdd->tx_dma.ch) { in s3c64xx_spi_unprepare_transfer()
434 if (sdd->rx_dma.ch && sdd->tx_dma.ch) in s3c64xx_spi_can_dma()
754 sdd->cur_speed = clk_get_rate(sdd->src_clk) / div; in s3c64xx_spi_config()
822 if (bpw != sdd->cur_bpw || speed != sdd->cur_speed) { in s3c64xx_spi_transfer_one()
832 sdd->rx_dma.ch && sdd->tx_dma.ch) { in s3c64xx_spi_transfer_one()
1236 sdd->rx_fifomask = FIFO_LVL_MASK(sdd) << in s3c64xx_spi_set_fifomask()
1242 sdd->tx_fifomask = FIFO_LVL_MASK(sdd) << in s3c64xx_spi_set_fifomask()
1287 sdd->fifo_depth = sdd->port_conf->fifo_depth; in s3c64xx_spi_probe()
[all …]
/drivers/dma/fsl-dpaa2-qdma/
A 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/
A Dmain.c473 if (priv->sdd) { in cw1200_unregister_common()
474 release_firmware(priv->sdd); in cw1200_unregister_common()
475 priv->sdd = NULL; in cw1200_unregister_common()
A Dsta.c1069 const u8 *p = priv->sdd->data; in cw1200_parse_sdd_file()
1072 while (p + 2 <= priv->sdd->data + priv->sdd->size) { in cw1200_parse_sdd_file()
1073 if (p + p[1] + 2 > priv->sdd->data + priv->sdd->size) { in cw1200_parse_sdd_file()
1144 if (!priv->sdd) { in cw1200_setup_mac()
1145 ret = request_firmware(&priv->sdd, priv->sdd_path, priv->pdev); in cw1200_setup_mac()
1153 cfg.dpdData = priv->sdd->data; in cw1200_setup_mac()
1154 cfg.dpdData_size = priv->sdd->size; in cw1200_setup_mac()
A Dcw1200.h122 const struct firmware *sdd; member
/drivers/pinctrl/tegra/
A Dpinctrl-tegra20.c2130 MUX_PG(sdd, UARTA, PWM, SDIO3, SPI3, 0x18, 2, 0x8c, 14, 0xac, 30),

Completed in 41 milliseconds