Home
last modified time | relevance | path

Searched refs:dev_caps (Results 1 – 16 of 16) sorted by relevance

/linux-4.4.14/arch/arm/mach-omap1/
Ddma.c318 d->dev_caps = ENABLE_1510_MODE; in omap1_system_dma_init()
319 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; in omap1_system_dma_init()
322 d->dev_caps = ENABLE_16XX_MODE; in omap1_system_dma_init()
324 d->dev_caps |= SRC_PORT; in omap1_system_dma_init()
325 d->dev_caps |= DST_PORT; in omap1_system_dma_init()
326 d->dev_caps |= SRC_INDEX; in omap1_system_dma_init()
327 d->dev_caps |= DST_INDEX; in omap1_system_dma_init()
328 d->dev_caps |= IS_BURST_ONLY4; in omap1_system_dma_init()
329 d->dev_caps |= CLEAR_CSR_ON_READ; in omap1_system_dma_init()
330 d->dev_caps |= IS_WORD_16; in omap1_system_dma_init()
[all …]
/linux-4.4.14/include/linux/
Domap-dma.h252 u32 dev_caps; member
289 #define __dma_omap15xx(d) (dma_omap1() && (d)->dev_caps & ENABLE_1510_MODE)
290 #define __dma_omap16xx(d) (dma_omap1() && (d)->dev_caps & ENABLE_16XX_MODE)
/linux-4.4.14/arch/arm/mach-omap2/
Ddma.c259 d->dev_caps |= HS_CHANNELS_RESERVED; in omap2_system_dma_init_dev()
262 d->dev_caps |= DMA_ENGINE_HANDLE_IRQ; in omap2_system_dma_init_dev()
Domap_hwmod_2420_data.c150 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
Domap_hwmod_2430_data.c148 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
Domap_hwmod_54xx_data.c272 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
Domap_hwmod_7xx_data.c412 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
Domap_hwmod_3xxx_data.c1074 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
Domap_hwmod_44xx_data.c463 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Duser.h62 __u32 dev_caps; member
Dmain.c919 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_common.c966 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()
967 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
968 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()
969 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()
970 hw->dev_caps.dcb = msg->vf_offload_flags & in i40e_vf_parse_hw_config()
972 hw->dev_caps.fcoe = (msg->vf_offload_flags & in i40e_vf_parse_hw_config()
Di40e_type.h500 struct i40e_hw_capabilities dev_caps; member
/linux-4.4.14/arch/arm/plat-omap/
Ddma.c776 if (d->dev_caps & IS_RW_PRIORITY) in omap_dma_set_prio_lch()
1310 if ((d->dev_caps & RESERVE_CHANNEL) && omap_dma_reserve_channels in omap_system_dma_probe()
1316 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; in omap_system_dma_probe()
1372 if (d->dev_caps & IS_RW_PRIORITY) in omap_system_dma_probe()
1376 if (dma_omap2plus() && !(d->dev_caps & DMA_ENGINE_HANDLE_IRQ)) { in omap_system_dma_probe()
1393 if (d->dev_caps & HS_CHANNELS_RESERVED) { in omap_system_dma_probe()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_type.h510 struct i40e_hw_capabilities dev_caps; member
Di40e_common.c2822 p = &hw->dev_caps; in i40e_parse_discover_capabilities()