Searched refs:slave_cfg (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/media/pci/mantis/
H A Dmantis_link.h24 u32 slave_cfg; member in struct:mantis_slot
H A Dmantis_hif.c119 mmwrite(slot->slave_cfg, MANTIS_GPIF_CFGSLA); /* Slot0 alone for now */
198 slot[0].slave_cfg = 0x70773028;
/linux-master/drivers/dma/
H A Dsprd-dma.c198 struct dma_slave_config slave_cfg; member in struct:sprd_dma_chn
748 struct dma_slave_config *slave_cfg)
760 src_step = sprd_dma_get_step(slave_cfg->src_addr_width);
776 dst_step = sprd_dma_get_step(slave_cfg->dst_addr_width);
784 src_datawidth = sprd_dma_get_datawidth(slave_cfg->src_addr_width);
790 dst_datawidth = sprd_dma_get_datawidth(slave_cfg->dst_addr_width);
831 temp |= slave_cfg->src_maxburst & SPRD_DMA_FRG_LEN_MASK;
834 hw->blk_len = slave_cfg->src_maxburst & SPRD_DMA_BLK_LEN_MASK;
879 struct dma_slave_config *slave_cfg)
891 dir, flags, slave_cfg);
742 sprd_dma_fill_desc(struct dma_chan *chan, struct sprd_dma_chn_hw *hw, unsigned int sglen, int sg_index, dma_addr_t src, dma_addr_t dst, u32 len, enum dma_transfer_direction dir, unsigned long flags, struct dma_slave_config *slave_cfg) argument
874 sprd_dma_fill_linklist_desc(struct dma_chan *chan, unsigned int sglen, int sg_index, dma_addr_t src, dma_addr_t dst, u32 len, enum dma_transfer_direction dir, unsigned long flags, struct dma_slave_config *slave_cfg) argument
955 struct dma_slave_config *slave_cfg = &schan->slave_cfg; local
1041 struct dma_slave_config *slave_cfg = &schan->slave_cfg; local
[all...]
H A Daltera-msgdma.c187 struct dma_slave_config slave_cfg; member in struct:msgdma_device
394 struct dma_slave_config *cfg = &mdev->slave_cfg;
466 memcpy(&mdev->slave_cfg, config, sizeof(*config));
H A Dst_fdma.c679 struct dma_slave_config *slave_cfg)
683 memcpy(&fchan->scfg, slave_cfg, sizeof(fchan->scfg));
678 st_fdma_slave_config(struct dma_chan *chan, struct dma_slave_config *slave_cfg) argument
/linux-master/drivers/i2c/busses/
H A Di2c-designware-slave.c28 regmap_write(dev->map, DW_IC_CON, dev->slave_cfg);
225 dev->slave_cfg = DW_IC_CON_RX_FIFO_FULL_HLD_CTRL |
H A Di2c-designware-core.h221 * @slave_cfg: configuration for the slave device
280 u32 slave_cfg; member in struct:dw_i2c_dev

Completed in 143 milliseconds