Searched refs:dst_dev_type (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/arch/arm/mach-ux500/ |
D | board-mop500-sdi.c | 68 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 77 .dst_dev_type = DB8500_DMA_DEV29_SD_MM0_TX, 140 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 149 .dst_dev_type = DB8500_DMA_DEV32_SD_MM1_TX, 177 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 186 .dst_dev_type = DB8500_DMA_DEV28_SD_MM2_TX, 215 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 224 .dst_dev_type = DB8500_DMA_DEV42_SD_MM4_TX,
|
D | usb.c | 18 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, \ 136 static inline void ux500_usb_dma_update_tx_ch_config(int *dst_dev_type) in ux500_usb_dma_update_tx_ch_config() argument 141 musb_dma_tx_ch[idx].dst_dev_type = dst_dev_type[idx]; in ux500_usb_dma_update_tx_ch_config()
|
D | board-mop500.c | 431 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 440 .dst_dev_type = DB8500_DMA_DEV8_SSP0_TX, 472 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 481 .dst_dev_type = DB8500_DMA_DEV13_UART0_TX, 490 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 499 .dst_dev_type = DB8500_DMA_DEV12_UART1_TX, 508 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 517 .dst_dev_type = DB8500_DMA_DEV11_UART2_TX,
|
D | board-u5500-sdi.c | 39 .dst_dev_type = STEDMA40_DEV_DST_MEMORY, 48 .dst_dev_type = DB5500_DMA_DEV24_SDMMC0_TX,
|
/linux-3.4.99/arch/arm/plat-nomadik/include/plat/ |
D | ste_dma40.h | 130 int dst_dev_type; member
|
/linux-3.4.99/drivers/dma/ |
D | ste_dma40.c | 1097 u32 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.dst_dev_type); in d40_config_set_event() 1542 u32 dst_event_group = D40_TYPE_TO_GROUP(conf->dst_dev_type); in d40_validate_conf() 1551 if (conf->dst_dev_type != STEDMA40_DEV_DST_MEMORY && in d40_validate_conf() 1552 d40c->base->plat_data->dev_tx[conf->dst_dev_type] == 0 && in d40_validate_conf() 1556 conf->dst_dev_type); in d40_validate_conf() 1728 dev_type = d40c->dma_cfg.dst_dev_type; in d40_allocate_channel() 1834 d40c->dma_cfg.dst_dev_type = d40c->base->plat_data-> in d40_config_memcpy() 1872 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.dst_dev_type); in d40_free_dma() 1939 event = D40_TYPE_TO_EVENT(d40c->dma_cfg.dst_dev_type); in d40_is_paused() 2089 addr = plat->dev_tx[cfg->dst_dev_type]; in d40_get_dev_addr() [all …]
|
D | ste_dma40_ll.c | 77 dst |= D40_TYPE_TO_EVENT(cfg->dst_dev_type); in d40_phy_cfg()
|