Searched refs:dev_caps (Results 1 – 16 of 16) sorted by relevance
318 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 …]
252 u32 dev_caps; member289 #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)
260 d->dev_caps |= HS_CHANNELS_RESERVED; in omap2_system_dma_init_dev()263 d->dev_caps |= DMA_ENGINE_HANDLE_IRQ; in omap2_system_dma_init_dev()
150 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
148 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
272 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
391 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
1075 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
463 .dev_caps = RESERVE_CHANNEL | DMA_LINKED_LCH | GLOBAL_PRIORITY |
62 __u32 dev_caps; member
649 resp.dev_caps = dev->dev->caps.userspace_caps; in mlx4_ib_alloc_ucontext()
605 hw->dev_caps.num_vsis = msg->num_vsis; in i40e_vf_parse_hw_config()606 hw->dev_caps.num_rx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()607 hw->dev_caps.num_tx_qp = msg->num_queue_pairs; in i40e_vf_parse_hw_config()608 hw->dev_caps.num_msix_vectors_vf = msg->max_vectors; in i40e_vf_parse_hw_config()609 hw->dev_caps.dcb = msg->vf_offload_flags & in i40e_vf_parse_hw_config()611 hw->dev_caps.fcoe = (msg->vf_offload_flags & in i40e_vf_parse_hw_config()
448 struct i40e_hw_capabilities dev_caps; member
772 if (d->dev_caps & IS_RW_PRIORITY) in omap_dma_set_prio_lch()1306 if ((d->dev_caps & RESERVE_CHANNEL) && omap_dma_reserve_channels in omap_system_dma_probe()1312 enable_1510_mode = d->dev_caps & ENABLE_1510_MODE; in omap_system_dma_probe()1368 if (d->dev_caps & IS_RW_PRIORITY) in omap_system_dma_probe()1372 if (dma_omap2plus() && !(d->dev_caps & DMA_ENGINE_HANDLE_IRQ)) { in omap_system_dma_probe()1389 if (d->dev_caps & HS_CHANNELS_RESERVED) { in omap_system_dma_probe()
454 struct i40e_hw_capabilities dev_caps; member
2425 p = &hw->dev_caps; in i40e_parse_discover_capabilities()